#80185B

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

Shades of Rose Bud Cherry #80185B

Tints of Rose Bud Cherry #80185B

Color information

#80185B (or 0x80185B) is unknown color: approx Rose Bud Cherry. HEX triplet: 80, 18 and 5B. RGB value is (128,24,91). Sum of RGB (Red+Green+Blue) = 128+24+91=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #80185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80185B is #7FE7A4. Grayscale: #3E3E3E. Windows color (decimal): -8382373 or 5970048. OLE color: 5970048.

HSL color Cylindrical-coordinate representation of color #80185B: hue angle of 321.35º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80185B is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB1282491-
CMYK00.810.290.50
HSL321.35º68.42%29.8%-
HSV(B)321.35º81.25%50.2%-
XYZ11.12610.47-
YUV62.73143.96174.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.67%
GREEN value IS 24 (9.77% from 255) = 9.88%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=52.67%
G=9.88%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128249100.810.290.50321.3568.4229.8
Hex80185B0511D32141441e
Octal200301330121356250110436
Binary100000001100010110110101000111101110010101000001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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