#59172E

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

Shades of Black Rose #59172E

Tints of Black Rose #59172E

Color information

#59172E (or 0x59172E) is unknown color: approx Black Rose. HEX triplet: 59, 17 and 2E. RGB value is (89,23,46). Sum of RGB (Red+Green+Blue) = 89+23+46=158 (20% of max value = 765). Red value is 89 (35.16% from 255 or 56.33% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 89 - color contains mainly: red. Hex color #59172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59172E is #A6E8D1. Grayscale: #2D2D2D. Windows color (decimal): -10938578 or 3020633. OLE color: 3020633.

HSL color Cylindrical-coordinate representation of color #59172E: hue angle of 339.09º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59172E is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB892346-
CMYK00.740.480.65
HSL339.09º58.93%21.96%-
HSV(B)339.09º74.16%34.9%-
XYZ4.922.932.89-
YUV45.36128.37159.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 56.33%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=56.33%
G=14.56%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89234600.740.480.65339.0958.9321.96
Hex59172E04A30411533b16
Octal13127560112601015237326
Binary10110011011110111001001010110000100000110101001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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