#571F2C

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

Shades of Black Rose #571F2C

Tints of Black Rose #571F2C

Color information

#571F2C (or 0x571F2C) is unknown color: approx Black Rose. HEX triplet: 57, 1F and 2C. RGB value is (87,31,44). Sum of RGB (Red+Green+Blue) = 87+31+44=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F2C is #A8E0D3. Grayscale: #313131. Windows color (decimal): -11067604 or 2891607. OLE color: 2891607.

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

Color convert

RGB873144-
CMYK00.640.490.66
HSL346.07º47.46%23.14%-
HSV(B)346.07º64.37%34.12%-
XYZ4.883.192.74-
YUV49.23125.05154.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.70%
GREEN value IS 31 (12.5% from 255) = 19.14%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=53.70%
G=19.14%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87314400.640.490.66346.0747.4623.14
Hex571F2C040314215a2f17
Octal12737540100611025325727
Binary10101111111110110001000000110001100001010101101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,31,44); }

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

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

 a { background-color: rgb(87,31,44); }

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

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

 span { border-color: rgb(87,31,44); }

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