#59243B

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

Shades of Black Rose #59243B

Tints of Black Rose #59243B

Color information

#59243B (or 0x59243B) is unknown color: approx Black Rose. HEX triplet: 59, 24 and 3B. RGB value is (89,36,59). Sum of RGB (Red+Green+Blue) = 89+36+59=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59243B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59243B is #A6DBC4. Grayscale: #363636. Windows color (decimal): -10935237 or 3875929. OLE color: 3875929.

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

Color convert

RGB893659-
CMYK00.600.340.65
HSL333.96º42.4%24.51%-
HSV(B)333.96º59.55%34.9%-
XYZ5.543.74.56-
YUV54.47130.56152.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 48.37%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 59 (23.44% from 255) = 32.07%
R=48.37%
G=19.57%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89365900.600.340.65333.9642.424.51
Hex59243B03C224114e2a19
Octal1314473074421015165231
Binary10110011001001110110111100100010100000110100111010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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