#59152E

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

Shades of Black Rose #59152E

Tints of Black Rose #59152E

Color information

#59152E (or 0x59152E) is unknown color: approx Black Rose. HEX triplet: 59, 15 and 2E. RGB value is (89,21,46). Sum of RGB (Red+Green+Blue) = 89+21+46=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59152E is #A6EAD1. Grayscale: #2C2C2C. Windows color (decimal): -10939090 or 3020121. OLE color: 3020121.

HSL color Cylindrical-coordinate representation of color #59152E: hue angle of 337.94º 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 #59152E is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB892146-
CMYK00.760.480.65
HSL337.94º61.82%21.57%-
HSV(B)337.94º76.4%34.9%-
XYZ4.882.862.88-
YUV44.18129.03159.97-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=57.05%
G=13.46%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89214600.760.480.65337.9461.8221.57
Hex59152E04C30411523e16
Octal13125560114601015227626
Binary10110011010110111001001100110000100000110101001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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