#591A2E

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

Shades of Black Rose #591A2E

Tints of Black Rose #591A2E

Color information

#591A2E (or 0x591A2E) is unknown color: approx Black Rose. HEX triplet: 59, 1A and 2E. RGB value is (89,26,46). Sum of RGB (Red+Green+Blue) = 89+26+46=161 (21% of max value = 765). Red value is 89 (35.16% from 255 or 55.28% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 89 - color contains mainly: red. Hex color #591A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591A2E is #A6E5D1. Grayscale: #2F2F2F. Windows color (decimal): -10937810 or 3021401. OLE color: 3021401.

HSL color Cylindrical-coordinate representation of color #591A2E: hue angle of 340.95º 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 #591A2E is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB892646-
CMYK00.710.480.65
HSL340.95º54.78%22.55%-
HSV(B)340.95º70.79%34.9%-
XYZ4.983.062.91-
YUV47.12127.37157.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 55.28%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 46 (18.36% from 255) = 28.57%
R=55.28%
G=16.15%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89264600.710.480.65340.9554.7822.55
Hex591A2E04730411553717
Octal13132560107601015256727
Binary10110011101010111001000111110000100000110101010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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