#892E62

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

Shades of Rose Bud Cherry #892E62

Tints of Rose Bud Cherry #892E62

Color information

#892E62 (or 0x892E62) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2E and 62. RGB value is (137,46,98). Sum of RGB (Red+Green+Blue) = 137+46+98=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #892E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E62 is #76D19D. Grayscale: #4F4F4F. Windows color (decimal): -7786910 or 6434441. OLE color: 6434441.

HSL color Cylindrical-coordinate representation of color #892E62: hue angle of 325.71º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892E62 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1374698-
CMYK00.660.280.46
HSL325.71º49.73%35.88%-
HSV(B)325.71º66.42%53.73%-
XYZ13.58.1512.42-
YUV79.14138.65169.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 98 (38.67% from 255) = 34.88%
R=48.75%
G=16.37%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137469800.660.280.46325.7149.7335.88
Hex892E620421C2E1463224
Octal21156142010234565066244
Binary1000100110111011000100100001011100101110101000110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #892E62; }

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

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

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

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

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

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

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

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