#892060

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

Shades of Rose Bud Cherry #892060

Tints of Rose Bud Cherry #892060

Color information

#892060 (or 0x892060) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 20 and 60. RGB value is (137,32,96). Sum of RGB (Red+Green+Blue) = 137+32+96=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #892060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892060 is #76DF9F. Grayscale: #464646. Windows color (decimal): -7790496 or 6299785. OLE color: 6299785.

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

Color convert

RGB1373296-
CMYK00.770.300.46
HSL323.43º62.13%33.14%-
HSV(B)323.43º76.64%53.73%-
XYZ12.947.211.77-
YUV70.69142.29175.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.70%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=51.70%
G=12.08%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137329600.770.300.46323.4362.1333.14
Hex89206004D1E2E1433e21
Octal21140140011536565037641
Binary1000100110000011000000100110111110101110101000011111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892060; }

 p { color: rgb(137,32,96); }

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

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

 a { background-color: rgb(137,32,96); }

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

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

 span { border-color: rgb(137,32,96); }

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