#59212D

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

Shades of Black Rose #59212D

Tints of Black Rose #59212D

Color information

#59212D (or 0x59212D) is unknown color: approx Black Rose. HEX triplet: 59, 21 and 2D. RGB value is (89,33,45). Sum of RGB (Red+Green+Blue) = 89+33+45=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59212D is #A6DED2. Grayscale: #333333. Windows color (decimal): -10936019 or 2957657. OLE color: 2957657.

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

Color convert

RGB893345-
CMYK00.630.490.65
HSL347.14º45.9%23.92%-
HSV(B)347.14º62.92%34.9%-
XYZ5.143.42.87-
YUV51.11124.55155.02-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 53.29%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=53.29%
G=19.76%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89334500.630.490.65347.1445.923.92
Hex59212D03F314115b2e18
Octal1314155077611015335630
Binary10110011000011011010111111110001100000110101101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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