#571D2C

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

Shades of Black Rose #571D2C

Tints of Black Rose #571D2C

Color information

#571D2C (or 0x571D2C) is unknown color: approx Black Rose. HEX triplet: 57, 1D and 2C. RGB value is (87,29,44). Sum of RGB (Red+Green+Blue) = 87+29+44=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D2C is #A8E2D3. Grayscale: #303030. Windows color (decimal): -11068116 or 2891095. OLE color: 2891095.

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

Color convert

RGB872944-
CMYK00.670.490.66
HSL344.48º50%22.75%-
HSV(B)344.48º66.67%34.12%-
XYZ4.823.092.72-
YUV48.05125.72155.78-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 44 (17.58% from 255) = 27.5%
R=54.38%
G=18.12%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87294400.670.490.66344.485022.75
Hex571D2C04331421583217
Octal12735540103611025306227
Binary10101111110110110001000011110001100001010101100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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