#571A31

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

Shades of Black Rose #571A31

Tints of Black Rose #571A31

Color information

#571A31 (or 0x571A31) is unknown color: approx Black Rose. HEX triplet: 57, 1A and 31. RGB value is (87,26,49). Sum of RGB (Red+Green+Blue) = 87+26+49=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A31 is #A8E5CE. Grayscale: #2E2E2E. Windows color (decimal): -11068879 or 3218007. OLE color: 3218007.

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

Color convert

RGB872649-
CMYK00.700.440.66
HSL337.38º53.98%22.16%-
HSV(B)337.38º70.11%34.12%-
XYZ4.852.993.23-
YUV46.86129.21156.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 49 (19.53% from 255) = 30.25%
R=53.70%
G=16.05%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87264900.700.440.66337.3853.9822.16
Hex571A310462C421513616
Octal12732610106541025216626
Binary10101111101011000101000110101100100001010101000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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