#893353

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

Shades of Rose Bud Cherry #893353

Tints of Rose Bud Cherry #893353

Color information

#893353 (or 0x893353) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 33 and 53. RGB value is (137,51,83). Sum of RGB (Red+Green+Blue) = 137+51+83=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #893353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893353 is #76CCAC. Grayscale: #505050. Windows color (decimal): -7785645 or 5452681. OLE color: 5452681.

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

Color convert

RGB1375183-
CMYK00.630.390.46
HSL337.67º45.74%36.86%-
HSV(B)337.67º62.77%53.73%-
XYZ13.068.319.1-
YUV80.36129.49168.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=50.55%
G=18.82%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137518300.630.390.46337.6745.7436.86
Hex89335303F272E1522e25
Octal2116312307747565225645
Binary1000100111001110100110111111100111101110101010010101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893353; }

 p { color: rgb(137,51,83); }

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

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

 a { background-color: rgb(137,51,83); }

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

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

 span { border-color: rgb(137,51,83); }

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