#591931

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

Shades of Black Rose #591931

Tints of Black Rose #591931

Color information

#591931 (or 0x591931) is unknown color: approx Black Rose. HEX triplet: 59, 19 and 31. RGB value is (89,25,49). Sum of RGB (Red+Green+Blue) = 89+25+49=163 (21% of max value = 765). Red value is 89 (35.16% from 255 or 54.60% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 89 - color contains mainly: red. Hex color #591931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591931 is #A6E6CE. Grayscale: #2E2E2E. Windows color (decimal): -10938063 or 3217753. OLE color: 3217753.

HSL color Cylindrical-coordinate representation of color #591931: hue angle of 337.5º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #591931 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB892549-
CMYK00.720.450.65
HSL337.5º56.14%22.35%-
HSV(B)337.5º71.91%34.9%-
XYZ5.023.043.23-
YUV46.87129.2158.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 54.60%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=54.60%
G=15.34%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89254900.720.450.65337.556.1422.35
Hex5919310482D411523816
Octal13131610110551015227026
Binary10110011100111000101001000101101100000110101001011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #591931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #591931; }

 p { color: rgb(89,25,49); }

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

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

 a { background-color: rgb(89,25,49); }

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

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

 span { border-color: rgb(89,25,49); }

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