#89194C

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

Shades of Rose Bud Cherry #89194C

Tints of Rose Bud Cherry #89194C

Color information

#89194C (or 0x89194C) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 19 and 4C. RGB value is (137,25,76). Sum of RGB (Red+Green+Blue) = 137+25+76=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #89194C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89194C is #76E6B3. Grayscale: #404040. Windows color (decimal): -7792308 or 4987273. OLE color: 4987273.

HSL color Cylindrical-coordinate representation of color #89194C: hue angle of 332.68º degrees, saturation: 0.69, 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 #89194C is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1372576-
CMYK00.820.450.46
HSL332.68º69.14%31.76%-
HSV(B)332.68º81.75%53.73%-
XYZ11.976.547.47-
YUV64.3134.61179.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.56%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=57.56%
G=10.50%
B=31.93%

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
Decimal137257600.820.450.46332.6869.1431.76
Hex89194C0522D2E14d4520
Octal211311140122555651510540
Binary10001001110011001100010100101011011011101010011011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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