#59242E

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

Shades of Black Rose #59242E

Tints of Black Rose #59242E

Color information

#59242E (or 0x59242E) is unknown color: approx Black Rose. HEX triplet: 59, 24 and 2E. RGB value is (89,36,46). Sum of RGB (Red+Green+Blue) = 89+36+46=171 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.05% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 89 - color contains mainly: red. Hex color #59242E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59242E is #A6DBD1. Grayscale: #353535. Windows color (decimal): -10935250 or 3023961. OLE color: 3023961.

HSL color Cylindrical-coordinate representation of color #59242E: hue angle of 348.68º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59242E is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB893646-
CMYK00.600.480.65
HSL348.68º42.4%24.51%-
HSV(B)348.68º59.55%34.9%-
XYZ5.243.583-
YUV52.99124.06153.69-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 52.05%
GREEN value IS 36 (14.45% from 255) = 21.05%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=52.05%
G=21.05%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89364600.600.480.65348.6842.424.51
Hex59242E03C304115d2a19
Octal1314456074601015355231
Binary10110011001001011100111100110000100000110101110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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