#571E31

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

Shades of Black Rose #571E31

Tints of Black Rose #571E31

Color information

#571E31 (or 0x571E31) is unknown color: approx Black Rose. HEX triplet: 57, 1E and 31. RGB value is (87,30,49). Sum of RGB (Red+Green+Blue) = 87+30+49=166 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.41% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 87 - color contains mainly: red. Hex color #571E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E31 is #A8E1CE. Grayscale: #313131. Windows color (decimal): -11067855 or 3219031. OLE color: 3219031.

HSL color Cylindrical-coordinate representation of color #571E31: hue angle of 340º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E31 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB873049-
CMYK00.660.440.66
HSL340º48.72%22.94%-
HSV(B)340º65.52%34.12%-
XYZ4.953.183.26-
YUV49.21127.88154.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.41%
GREEN value IS 30 (12.11% from 255) = 18.07%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=52.41%
G=18.07%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87304900.660.440.6634048.7222.94
Hex571E310422C421543117
Octal12736610102541025246127
Binary10101111111011000101000010101100100001010101010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571E31; }

 p { color: rgb(87,30,49); }

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

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

 a { background-color: rgb(87,30,49); }

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

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

 span { border-color: rgb(87,30,49); }

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