#893256

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

Shades of Rose Bud Cherry #893256

Tints of Rose Bud Cherry #893256

Color information

#893256 (or 0x893256) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 32 and 56. RGB value is (137,50,86). Sum of RGB (Red+Green+Blue) = 137+50+86=273 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50.18% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 137 - color contains mainly: red. Hex color #893256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893256 is #76CDA9. Grayscale: #505050. Windows color (decimal): -7785898 or 5649033. OLE color: 5649033.

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

Color convert

RGB1375086-
CMYK00.640.370.46
HSL335.17º46.52%36.67%-
HSV(B)335.17º63.5%53.73%-
XYZ13.148.279.71-
YUV80.12131.32168.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.18%
GREEN value IS 50 (19.92% from 255) = 18.32%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=50.18%
G=18.32%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137508600.640.370.46335.1746.5236.67
Hex893256040252E14f2f25
Octal21162126010045565175745
Binary10001001110010101011001000000100101101110101001111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893256; }

 p { color: rgb(137,50,86); }

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

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

 a { background-color: rgb(137,50,86); }

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

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

 span { border-color: rgb(137,50,86); }

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