#893054

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

Shades of Rose Bud Cherry #893054

Tints of Rose Bud Cherry #893054

Color information

#893054 (or 0x893054) is unknown color: approx Rose Bud Cherry. HEX triplet: 89, 30 and 54. RGB value is (137,48,84). Sum of RGB (Red+Green+Blue) = 137+48+84=269 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.93% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 137 - color contains mainly: red. Hex color #893054 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #893054 is #76CFAB. Grayscale: #4E4E4E. Windows color (decimal): -7786412 or 5517449. OLE color: 5517449.

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

Color convert

RGB1374884-
CMYK00.650.390.46
HSL335.73º48.11%36.27%-
HSV(B)335.73º64.96%53.73%-
XYZ12.978.079.26-
YUV78.72130.99169.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.93%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 84 (33.20% from 255) = 31.23%
R=50.93%
G=17.84%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137488400.650.390.46335.7348.1136.27
Hex893054041272E1503024
Octal21160124010147565206044
Binary10001001110000101010001000001100111101110101010000110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893054; }

 p { color: rgb(137,48,84); }

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

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

 a { background-color: rgb(137,48,84); }

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

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

 span { border-color: rgb(137,48,84); }

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