#591A2C

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

Shades of Black Rose #591A2C

Tints of Black Rose #591A2C

Color information

#591A2C (or 0x591A2C) is unknown color: approx Black Rose. HEX triplet: 59, 1A and 2C. RGB value is (89,26,44). Sum of RGB (Red+Green+Blue) = 89+26+44=159 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.97% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 89 - color contains mainly: red. Hex color #591A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A2C is #A6E5D3. Grayscale: #2E2E2E. Windows color (decimal): -10937812 or 2890329. OLE color: 2890329.

HSL color Cylindrical-coordinate representation of color #591A2C: hue angle of 342.86º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #591A2C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB892644-
CMYK00.710.510.65
HSL342.86º54.78%22.55%-
HSV(B)342.86º70.79%34.9%-
XYZ4.943.042.71-
YUV46.89126.37158.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.97%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=55.97%
G=16.35%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89264400.710.510.65342.8654.7822.55
Hex591A2C04733411573717
Octal13132540107631015276727
Binary10110011101010110001000111110011100000110101011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591A2C; }

 p { color: rgb(89,26,44); }

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

<style>
 a { background-color: #591A2C; }

 a { background-color: rgb(89,26,44); }

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

<style>
 span { border-color: #591A2C; }

 span { border-color: rgb(89,26,44); }

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