#892462

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

Shades of Rose Bud Cherry #892462

Tints of Rose Bud Cherry #892462

Color information

#892462 (or 0x892462) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 24 and 62. RGB value is (137,36,98). Sum of RGB (Red+Green+Blue) = 137+36+98=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #892462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892462 is #76DB9D. Grayscale: #494949. Windows color (decimal): -7789470 or 6431881. OLE color: 6431881.

HSL color Cylindrical-coordinate representation of color #892462: hue angle of 323.17º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892462 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1373698-
CMYK00.740.280.46
HSL323.17º58.38%33.92%-
HSV(B)323.17º73.72%53.73%-
XYZ13.157.4612.3-
YUV73.27141.96173.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 36 (14.45% from 255) = 13.28%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=50.55%
G=13.28%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137369800.740.280.46323.1758.3833.92
Hex89246204A1C2E1433a22
Octal21144142011234565037242
Binary1000100110010011000100100101011100101110101000011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892462; }

 p { color: rgb(137,36,98); }

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

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

 a { background-color: rgb(137,36,98); }

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

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

 span { border-color: rgb(137,36,98); }

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