#59152F

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

Shades of Black Rose #59152F

Tints of Black Rose #59152F

Color information

#59152F (or 0x59152F) is unknown color: approx Black Rose. HEX triplet: 59, 15 and 2F. RGB value is (89,21,47). Sum of RGB (Red+Green+Blue) = 89+21+47=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152F is #A6EAD0. Grayscale: #2C2C2C. Windows color (decimal): -10939089 or 3085657. OLE color: 3085657.

HSL color Cylindrical-coordinate representation of color #59152F: hue angle of 337.06º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59152F is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB892147-
CMYK00.760.470.65
HSL337.06º61.82%21.57%-
HSV(B)337.06º76.4%34.9%-
XYZ4.92.872.98-
YUV44.3129.53159.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=56.69%
G=13.38%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89214700.760.470.65337.0661.8221.57
Hex59152F04C2F411513e16
Octal13125570114571015217626
Binary10110011010110111101001100101111100000110101000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59152F; }

 p { color: rgb(89,21,47); }

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

<style>
 a { background-color: #59152F; }

 a { background-color: rgb(89,21,47); }

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

<style>
 span { border-color: #59152F; }

 span { border-color: rgb(89,21,47); }

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