#893858

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

Shades of Rose Bud Cherry #893858

Tints of Rose Bud Cherry #893858

Color information

#893858 (or 0x893858) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 38 and 58. RGB value is (137,56,88). Sum of RGB (Red+Green+Blue) = 137+56+88=281 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.75% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 137 - color contains mainly: red. Hex color #893858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893858 is #76C7A7. Grayscale: #535353. Windows color (decimal): -7784360 or 5781641. OLE color: 5781641.

HSL color Cylindrical-coordinate representation of color #893858: hue angle of 336.3º 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 #893858 is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.46.

Color convert

RGB1375688-
CMYK00.590.360.46
HSL336.3º41.97%37.84%-
HSV(B)336.3º59.12%53.73%-
XYZ13.498.8510.23-
YUV83.87130.34165.9-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.75%
GREEN value IS 56 (22.27% from 255) = 19.93%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=48.75%
G=19.93%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137568800.590.360.46336.341.9737.84
Hex89385803B242E1502a26
Octal2117013007344565205246
Binary1000100111100010110000111011100100101110101010000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893858; }

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

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

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

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

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

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

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

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