#89335C

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

Shades of Rose Bud Cherry #89335C

Tints of Rose Bud Cherry #89335C

Color information

#89335C (or 0x89335C) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 33 and 5C. RGB value is (137,51,92). Sum of RGB (Red+Green+Blue) = 137+51+92=280 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.93% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 137 - color contains mainly: red. Hex color #89335C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89335C is #76CCA3. Grayscale: #515151. Windows color (decimal): -7785636 or 6042505. OLE color: 6042505.

HSL color Cylindrical-coordinate representation of color #89335C: hue angle of 331.4º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #89335C is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1375192-
CMYK00.630.330.46
HSL331.4º45.74%36.86%-
HSV(B)331.4º62.77%53.73%-
XYZ13.438.4611.05-
YUV81.39133.99167.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.93%
GREEN value IS 51 (20.31% from 255) = 18.21%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=48.93%
G=18.21%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137519200.630.330.46331.445.7436.86
Hex89335C03F212E14b2e25
Octal2116313407741565135645
Binary1000100111001110111000111111100001101110101001011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,51,92); }

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

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

 a { background-color: rgb(137,51,92); }

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

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

 span { border-color: rgb(137,51,92); }

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