#893866

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

Shades of Rose Bud Cherry #893866

Tints of Rose Bud Cherry #893866

Color information

#893866 (or 0x893866) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 38 and 66. RGB value is (137,56,102). Sum of RGB (Red+Green+Blue) = 137+56+102=295 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.44% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 137 - color contains mainly: red. Hex color #893866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893866 is #76C799. Grayscale: #555555. Windows color (decimal): -7784346 or 6699145. OLE color: 6699145.

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

Color convert

RGB13756102-
CMYK00.590.260.46
HSL325.93º41.97%37.84%-
HSV(B)325.93º59.12%53.73%-
XYZ14.139.1113.58-
YUV85.46137.34164.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 46.44%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=46.44%
G=18.98%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1375610200.590.260.46325.9341.9737.84
Hex89386603B1A2E1462a26
Octal2117014607332565065246
Binary100010011110001100110011101111010101110101000110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893866; }

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

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

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

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

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

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

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

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