#893066

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

Shades of Rose Bud Cherry #893066

Tints of Rose Bud Cherry #893066

Color information

#893066 (or 0x893066) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 30 and 66. RGB value is (137,48,102). Sum of RGB (Red+Green+Blue) = 137+48+102=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #893066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893066 is #76CF99. Grayscale: #505050. Windows color (decimal): -7786394 or 6697097. OLE color: 6697097.

HSL color Cylindrical-coordinate representation of color #893066: hue angle of 323.6º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893066 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB13748102-
CMYK00.650.260.46
HSL323.6º48.11%36.27%-
HSV(B)323.6º64.96%53.73%-
XYZ13.778.3913.46-
YUV80.77139.99168.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=47.74%
G=16.72%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1374810200.650.260.46323.648.1136.27
Hex8930660411A2E1443024
Octal21160146010132565046044
Binary1000100111000011001100100000111010101110101000100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893066; }

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

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

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

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

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

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

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

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