#571C2C

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

Shades of Black Rose #571C2C

Tints of Black Rose #571C2C

Color information

#571C2C (or 0x571C2C) is unknown color: approx Black Rose. HEX triplet: 57, 1C and 2C. RGB value is (87,28,44). Sum of RGB (Red+Green+Blue) = 87+28+44=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C2C is #A8E3D3. Grayscale: #2F2F2F. Windows color (decimal): -11068372 or 2890839. OLE color: 2890839.

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

Color convert

RGB872844-
CMYK00.680.490.66
HSL343.73º51.3%22.55%-
HSV(B)343.73º67.82%34.12%-
XYZ4.83.042.72-
YUV47.46126.05156.2-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.72%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=54.72%
G=17.61%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87284400.680.490.66343.7351.322.55
Hex571C2C04431421583317
Octal12734540104611025306327
Binary10101111110010110001000100110001100001010101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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