#893458

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

Shades of Rose Bud Cherry #893458

Tints of Rose Bud Cherry #893458

Color information

#893458 (or 0x893458) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 34 and 58. RGB value is (137,52,88). Sum of RGB (Red+Green+Blue) = 137+52+88=277 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.46% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 137 - color contains mainly: red. Hex color #893458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893458 is #76CBA7. Grayscale: #515151. Windows color (decimal): -7785384 or 5780617. OLE color: 5780617.

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

Color convert

RGB1375288-
CMYK00.620.360.46
HSL334.59º44.97%37.06%-
HSV(B)334.59º62.04%53.73%-
XYZ13.318.4810.17-
YUV81.52131.66167.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.46%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=49.46%
G=18.77%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137528800.620.360.46334.5944.9737.06
Hex89345803E242E14f2d25
Octal2116413007644565175545
Binary1000100111010010110000111110100100101110101001111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893458; }

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

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

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

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

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

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

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

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