#80265B

Color #80265B Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #80265B

Tints of Rose Bud Cherry #80265B

Color information

#80265B (or 0x80265B) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 26 and 5B. RGB value is (128,38,91). Sum of RGB (Red+Green+Blue) = 128+38+91=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80265B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80265B is #7FD9A4. Grayscale: #464646. Windows color (decimal): -8378789 or 5973632. OLE color: 5973632.

HSL color Cylindrical-coordinate representation of color #80265B: hue angle of 324.67º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80265B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1283891-
CMYK00.700.290.50
HSL324.67º54.22%32.55%-
HSV(B)324.67º70.31%50.2%-
XYZ11.486.7310.59-
YUV70.95139.32168.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 49.81%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 91 (35.94% from 255) = 35.41%
R=49.81%
G=14.79%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128389100.700.290.50324.6754.2232.55
Hex80265B0461D321453621
Octal20046133010635625056641
Binary1000000010011010110110100011011101110010101000101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80265B; }

 p { color: rgb(128,38,91); }

 H1.HeaderClassName
 {
   color: #80265B;
 }
 .AnyTagClassName
 {
   color: #80265B;
 }
</style>
background-color css

<style>
 a { background-color: #80265B; }

 a { background-color: rgb(128,38,91); }

 div.DivClassName
 {
   background-color: #80265B;
 }
 .BgClassName
 {
   background-color: #80265B;
 }
</style>
border-color css

<style>
 span { border-color: #80265B; }

 span { border-color: rgb(128,38,91); }

 td.TdClassName
 {
   border-color: #80265B;
 }
 .TagClassName
 {
   border-color: #80265B;
 }
</style>