#571C2D

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

Shades of Black Rose #571C2D

Tints of Black Rose #571C2D

Color information

#571C2D (or 0x571C2D) is unknown color: approx Black Rose. HEX triplet: 57, 1C and 2D. RGB value is (87,28,45). Sum of RGB (Red+Green+Blue) = 87+28+45=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C2D is #A8E3D2. Grayscale: #2F2F2F. Windows color (decimal): -11068371 or 2956375. OLE color: 2956375.

HSL color Cylindrical-coordinate representation of color #571C2D: hue angle of 342.71º 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 #571C2D is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB872845-
CMYK00.680.480.66
HSL342.71º51.3%22.55%-
HSV(B)342.71º67.82%34.12%-
XYZ4.823.052.82-
YUV47.58126.55156.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.38%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=54.38%
G=17.5%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87284500.680.480.66342.7151.322.55
Hex571C2D04430421573317
Octal12734550104601025276327
Binary10101111110010110101000100110000100001010101011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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