#893463

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

Shades of Rose Bud Cherry #893463

Tints of Rose Bud Cherry #893463

Color information

#893463 (or 0x893463) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 34 and 63. RGB value is (137,52,99). Sum of RGB (Red+Green+Blue) = 137+52+99=288 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.57% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 137 - color contains mainly: red. Hex color #893463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893463 is #76CB9C. Grayscale: #525252. Windows color (decimal): -7785373 or 6501513. OLE color: 6501513.

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

Color convert

RGB1375299-
CMYK00.620.280.46
HSL326.82º44.97%37.06%-
HSV(B)326.82º62.04%53.73%-
XYZ13.88.6812.75-
YUV82.77137.16166.68-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.57%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=47.57%
G=18.06%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137529900.620.280.46326.8244.9737.06
Hex89346303E1C2E1472d25
Octal2116414307634565075545
Binary100010011101001100011011111011100101110101000111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893463; }

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

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

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

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

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

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

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

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