#892E66

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

Shades of Rose Bud Cherry #892E66

Tints of Rose Bud Cherry #892E66

Color information

#892E66 (or 0x892E66) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 2E and 66. RGB value is (137,46,102). Sum of RGB (Red+Green+Blue) = 137+46+102=285 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.07% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 137 - color contains mainly: red. Hex color #892E66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #892E66 is #76D199. Grayscale: #4F4F4F. Windows color (decimal): -7786906 or 6696585. OLE color: 6696585.

HSL color Cylindrical-coordinate representation of color #892E66: hue angle of 323.08º 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 #892E66 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13746102-
CMYK00.660.260.46
HSL323.08º49.73%35.88%-
HSV(B)323.08º66.42%53.73%-
XYZ13.698.2313.44-
YUV79.59140.65168.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.07%
GREEN value IS 46 (18.36% from 255) = 16.14%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=48.07%
G=16.14%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374610200.660.260.46323.0849.7335.88
Hex892E660421A2E1433224
Octal21156146010232565036244
Binary1000100110111011001100100001011010101110101000011110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #892E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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