#59243C

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

Shades of Black Rose #59243C

Tints of Black Rose #59243C

Color information

#59243C (or 0x59243C) is unknown color: approx Black Rose. HEX triplet: 59, 24 and 3C. RGB value is (89,36,60). Sum of RGB (Red+Green+Blue) = 89+36+60=185 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.11% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 89 - color contains mainly: red. Hex color #59243C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59243C is #A6DBC3. Grayscale: #363636. Windows color (decimal): -10935236 or 3941465. OLE color: 3941465.

HSL color Cylindrical-coordinate representation of color #59243C: hue angle of 332.83º 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 #59243C is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB893660-
CMYK00.600.330.65
HSL332.83º42.4%24.51%-
HSV(B)332.83º59.55%34.9%-
XYZ5.573.714.7-
YUV54.58131.06152.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.11%
GREEN value IS 36 (14.45% from 255) = 19.46%
BLUE value IS 60 (23.83% from 255) = 32.43%
R=48.11%
G=19.46%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89366000.600.330.65332.8342.424.51
Hex59243C03C214114d2a19
Octal1314474074411015155231
Binary10110011001001111000111100100001100000110100110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59243C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59243C; }

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

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

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

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

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

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

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

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