#59213A

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

Shades of Black Rose #59213A

Tints of Black Rose #59213A

Color information

#59213A (or 0x59213A) is unknown color: approx Black Rose. HEX triplet: 59, 21 and 3A. RGB value is (89,33,58). Sum of RGB (Red+Green+Blue) = 89+33+58=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59213A is #A6DEC5. Grayscale: #343434. Windows color (decimal): -10936006 or 3809625. OLE color: 3809625.

HSL color Cylindrical-coordinate representation of color #59213A: hue angle of 333.21º 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 #59213A is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB893358-
CMYK00.630.350.65
HSL333.21º45.9%23.92%-
HSV(B)333.21º62.92%34.9%-
XYZ5.433.524.4-
YUV52.59131.05153.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.44%
GREEN value IS 33 (13.28% from 255) = 18.33%
BLUE value IS 58 (23.05% from 255) = 32.22%
R=49.44%
G=18.33%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89335800.630.350.65333.2145.923.92
Hex59213A03F234114d2e18
Octal1314172077431015155630
Binary10110011000011110100111111100011100000110100110110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59213A; }

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

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

<style>
 a { background-color: #59213A; }

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

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

<style>
 span { border-color: #59213A; }

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

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