#59293E

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

Shades of Black Rose #59293E

Tints of Black Rose #59293E

Color information

#59293E (or 0x59293E) is unknown color: approx Black Rose. HEX triplet: 59, 29 and 3E. RGB value is (89,41,62). Sum of RGB (Red+Green+Blue) = 89+41+62=192 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.35% from 192); Green value is 41 (16.41% from 255 or 21.35% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 89 - color contains mainly: red. Hex color #59293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59293E is #A6D6C1. Grayscale: #393939. Windows color (decimal): -10933954 or 4073817. OLE color: 4073817.

HSL color Cylindrical-coordinate representation of color #59293E: hue angle of 333.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59293E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB894162-
CMYK00.540.300.65
HSL333.75º36.92%25.49%-
HSV(B)333.75º53.93%34.9%-
XYZ5.784.065.04-
YUV57.75130.4150.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 46.35%
GREEN value IS 41 (16.41% from 255) = 21.35%
BLUE value IS 62 (24.61% from 255) = 32.29%
R=46.35%
G=21.35%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89416200.540.300.65333.7536.9225.49
Hex59293E0361E4114e2519
Octal1315176066361015164531
Binary1011001101001111110011011011110100000110100111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59293E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,41,62); }

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

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

 a { background-color: rgb(89,41,62); }

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

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

 span { border-color: rgb(89,41,62); }

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