#893259

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

Shades of Rose Bud Cherry #893259

Tints of Rose Bud Cherry #893259

Color information

#893259 (or 0x893259) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 32 and 59. RGB value is (137,50,89). Sum of RGB (Red+Green+Blue) = 137+50+89=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #893259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893259 is #76CDA6. Grayscale: #505050. Windows color (decimal): -7785895 or 5845641. OLE color: 5845641.

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

Color convert

RGB1375089-
CMYK00.640.350.46
HSL333.1º46.52%36.67%-
HSV(B)333.1º63.5%53.73%-
XYZ13.268.3210.36-
YUV80.46132.82168.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 50 (19.92% from 255) = 18.12%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=49.64%
G=18.12%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137508900.640.350.46333.146.5236.67
Hex893259040232E14d2f25
Octal21162131010043565155745
Binary10001001110010101100101000000100011101110101001101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893259; }

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

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

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

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

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

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

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

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