#893C5D

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

Shades of Rose Bud Cherry #893C5D

Tints of Rose Bud Cherry #893C5D

Color information

#893C5D (or 0x893C5D) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 3C and 5D. RGB value is (137,60,93). Sum of RGB (Red+Green+Blue) = 137+60+93=290 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.24% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 137 - color contains mainly: red. Hex color #893C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893C5D is #76C3A2. Grayscale: #565656. Windows color (decimal): -7783331 or 6110345. OLE color: 6110345.

HSL color Cylindrical-coordinate representation of color #893C5D: hue angle of 334.29º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #893C5D is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1376093-
CMYK00.560.320.46
HSL334.29º39.09%38.63%-
HSV(B)334.29º56.2%53.73%-
XYZ13.919.3411.43-
YUV86.78131.51163.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.24%
GREEN value IS 60 (23.83% from 255) = 20.69%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=47.24%
G=20.69%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137609300.560.320.46334.2939.0938.63
Hex893C5D038202E14e2727
Octal2117413507040565164747
Binary1000100111110010111010111000100000101110101001110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893C5D; }

 p { color: rgb(137,60,93); }

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

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

 a { background-color: rgb(137,60,93); }

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

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

 span { border-color: rgb(137,60,93); }

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