#59142E

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

Shades of Black Rose #59142E

Tints of Black Rose #59142E

Color information

#59142E (or 0x59142E) is unknown color: approx Black Rose. HEX triplet: 59, 14 and 2E. RGB value is (89,20,46). Sum of RGB (Red+Green+Blue) = 89+20+46=155 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.42% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 89 - color contains mainly: red. Hex color #59142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59142E is #A6EBD1. Grayscale: #2B2B2B. Windows color (decimal): -10939346 or 3019865. OLE color: 3019865.

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

Color convert

RGB892046-
CMYK00.780.480.65
HSL337.39º63.3%21.37%-
HSV(B)337.39º77.53%34.9%-
XYZ4.862.822.87-
YUV43.6129.36160.39-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.42%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=57.42%
G=12.90%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89204600.780.480.65337.3963.321.37
Hex59142E04E30411513f15
Octal13124560116601015217725
Binary10110011010010111001001110110000100000110101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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