#89184C

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

Shades of Rose Bud Cherry #89184C

Tints of Rose Bud Cherry #89184C

Color information

#89184C (or 0x89184C) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 18 and 4C. RGB value is (137,24,76). Sum of RGB (Red+Green+Blue) = 137+24+76=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #89184C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89184C is #76E7B3. Grayscale: #3F3F3F. Windows color (decimal): -7792564 or 4987017. OLE color: 4987017.

HSL color Cylindrical-coordinate representation of color #89184C: hue angle of 332.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89184C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1372476-
CMYK00.820.450.46
HSL332.39º70.19%31.57%-
HSV(B)332.39º82.48%53.73%-
XYZ11.956.497.46-
YUV63.72134.94180.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=57.81%
G=10.13%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137247600.820.450.46332.3970.1931.57
Hex89184C0522D2E14c4620
Octal211301140122555651410640
Binary10001001110001001100010100101011011011101010011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89184C; }

 p { color: rgb(137,24,76); }

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

<style>
 a { background-color: #89184C; }

 a { background-color: rgb(137,24,76); }

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

<style>
 span { border-color: #89184C; }

 span { border-color: rgb(137,24,76); }

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