#59142F

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

Shades of Black Rose #59142F

Tints of Black Rose #59142F

Color information

#59142F (or 0x59142F) is unknown color: approx Black Rose. HEX triplet: 59, 14 and 2F. RGB value is (89,20,47). Sum of RGB (Red+Green+Blue) = 89+20+47=156 (20% of max value = 765). Red value is 89 (35.16% from 255 or 57.05% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 89 - color contains mainly: red. Hex color #59142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59142F is #A6EBD0. Grayscale: #2B2B2B. Windows color (decimal): -10939345 or 3085401. OLE color: 3085401.

HSL color Cylindrical-coordinate representation of color #59142F: hue angle of 336.52º 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 #59142F is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB892047-
CMYK00.780.470.65
HSL336.52º63.3%21.37%-
HSV(B)336.52º77.53%34.9%-
XYZ4.882.832.98-
YUV43.71129.86160.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 57.05%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=57.05%
G=12.82%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89204700.780.470.65336.5263.321.37
Hex59142F04E2F411513f15
Octal13124570116571015217725
Binary10110011010010111101001110101111100000110101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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