#591C2D

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

Shades of Black Rose #591C2D

Tints of Black Rose #591C2D

Color information

#591C2D (or 0x591C2D) is unknown color: approx Black Rose. HEX triplet: 59, 1C and 2D. RGB value is (89,28,45). Sum of RGB (Red+Green+Blue) = 89+28+45=162 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.94% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 89 - color contains mainly: red. Hex color #591C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #591C2D is #A6E3D2. Grayscale: #303030. Windows color (decimal): -10937299 or 2956377. OLE color: 2956377.

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

Color convert

RGB892845-
CMYK00.690.490.65
HSL343.28º52.14%22.94%-
HSV(B)343.28º68.54%34.9%-
XYZ5.013.142.83-
YUV48.18126.21157.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.94%
GREEN value IS 28 (11.33% from 255) = 17.28%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=54.94%
G=17.28%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89284500.690.490.65343.2852.1422.94
Hex591C2D04531411573417
Octal13134550105611015276427
Binary10110011110010110101000101110001100000110101011111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,28,45); }

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

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

 a { background-color: rgb(89,28,45); }

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

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

 span { border-color: rgb(89,28,45); }

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