#89335A

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

Shades of Rose Bud Cherry #89335A

Tints of Rose Bud Cherry #89335A

Color information

#89335A (or 0x89335A) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 33 and 5A. RGB value is (137,51,90). Sum of RGB (Red+Green+Blue) = 137+51+90=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89335A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89335A is #76CCA5. Grayscale: #515151. Windows color (decimal): -7785638 or 5911433. OLE color: 5911433.

HSL color Cylindrical-coordinate representation of color #89335A: hue angle of 332.79º 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 #89335A is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1375190-
CMYK00.630.340.46
HSL332.79º45.74%36.86%-
HSV(B)332.79º62.77%53.73%-
XYZ13.358.4210.6-
YUV81.16132.99167.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=49.28%
G=18.35%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137519000.630.340.46332.7945.7436.86
Hex89335A03F222E14d2e25
Octal2116313207742565155645
Binary1000100111001110110100111111100010101110101001101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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