#59162E

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

Shades of Black Rose #59162E

Tints of Black Rose #59162E

Color information

#59162E (or 0x59162E) is unknown color: approx Black Rose. HEX triplet: 59, 16 and 2E. RGB value is (89,22,46). Sum of RGB (Red+Green+Blue) = 89+22+46=157 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.69% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 89 - color contains mainly: red. Hex color #59162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59162E is #A6E9D1. Grayscale: #2C2C2C. Windows color (decimal): -10938834 or 3020377. OLE color: 3020377.

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

Color convert

RGB892246-
CMYK00.750.480.65
HSL338.51º60.36%21.76%-
HSV(B)338.51º75.28%34.9%-
XYZ4.92.892.89-
YUV44.77128.7159.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.69%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=56.69%
G=14.01%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89224600.750.480.65338.5160.3621.76
Hex59162E04B30411533c16
Octal13126560113601015237426
Binary10110011011010111001001011110000100000110101001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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