#59162F

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

Shades of Black Rose #59162F

Tints of Black Rose #59162F

Color information

#59162F (or 0x59162F) is unknown color: approx Black Rose. HEX triplet: 59, 16 and 2F. RGB value is (89,22,47). Sum of RGB (Red+Green+Blue) = 89+22+47=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162F is #A6E9D0. Grayscale: #2C2C2C. Windows color (decimal): -10938833 or 3085913. OLE color: 3085913.

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

Color convert

RGB892247-
CMYK00.750.470.65
HSL337.61º60.36%21.76%-
HSV(B)337.61º75.28%34.9%-
XYZ4.922.92.99-
YUV44.88129.2159.47-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=56.33%
G=13.92%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89224700.750.470.65337.6160.3621.76
Hex59162F04B2F411523c16
Octal13126570113571015227426
Binary10110011011010111101001011101111100000110101001011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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