#59222E

Color #59222E Black Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Rose #59222E

Tints of Black Rose #59222E

Color information

#59222E (or 0x59222E) is unknown color: approx Black Rose. HEX triplet: 59, 22 and 2E. RGB value is (89,34,46). Sum of RGB (Red+Green+Blue) = 89+34+46=169 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.66% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 46 (18.36% from 255 or 27.22% from 169); Max value from RGB is 89 - color contains mainly: red. Hex color #59222E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59222E is #A6DDD1. Grayscale: #333333. Windows color (decimal): -10935762 or 3023449. OLE color: 3023449.

HSL color Cylindrical-coordinate representation of color #59222E: hue angle of 346.91º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59222E is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB893446-
CMYK00.620.480.65
HSL346.91º44.72%24.12%-
HSV(B)346.91º61.8%34.9%-
XYZ5.183.472.98-
YUV51.81124.72154.52-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.66%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 46 (18.36% from 255) = 27.22%
R=52.66%
G=20.12%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89344600.620.480.65346.9144.7224.12
Hex59222E03E304115b2d18
Octal1314256076601015335530
Binary10110011000101011100111110110000100000110101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59222E; }

 p { color: rgb(89,34,46); }

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

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

 a { background-color: rgb(89,34,46); }

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

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

 span { border-color: rgb(89,34,46); }

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