#59202D

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

Shades of Black Rose #59202D

Tints of Black Rose #59202D

Color information

#59202D (or 0x59202D) is unknown color: approx Black Rose. HEX triplet: 59, 20 and 2D. RGB value is (89,32,45). Sum of RGB (Red+Green+Blue) = 89+32+45=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59202D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59202D is #A6DFD2. Grayscale: #323232. Windows color (decimal): -10936275 or 2957401. OLE color: 2957401.

HSL color Cylindrical-coordinate representation of color #59202D: hue angle of 346.32º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59202D is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.65.

Color convert

RGB893245-
CMYK00.640.490.65
HSL346.32º47.11%23.73%-
HSV(B)346.32º64.04%34.9%-
XYZ5.113.352.86-
YUV50.52124.88155.44-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.61%
GREEN value IS 32 (12.89% from 255) = 19.28%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=53.61%
G=19.28%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89324500.640.490.65346.3247.1123.73
Hex59202D040314115a2f18
Octal13140550100611015325730
Binary101100110000010110101000000110001100000110101101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59202D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59202D; }

 p { color: rgb(89,32,45); }

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

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

 a { background-color: rgb(89,32,45); }

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

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

 span { border-color: rgb(89,32,45); }

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