#571D21

Color #571D21 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #571D21

Tints of Burnt Crimson #571D21

Color information

#571D21 (or 0x571D21) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1D and 21. RGB value is (87,29,33). Sum of RGB (Red+Green+Blue) = 87+29+33=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D21 is #A8E2DE. Grayscale: #2E2E2E. Windows color (decimal): -11068127 or 2170199. OLE color: 2170199.

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

Color convert

RGB872933-
CMYK00.670.620.66
HSL355.86º50%22.75%-
HSV(B)355.86º66.67%34.12%-
XYZ4.643.011.78-
YUV46.8120.22156.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.39%
GREEN value IS 29 (11.72% from 255) = 19.46%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=58.39%
G=19.46%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87293300.670.620.66355.865022.75
Hex571D210433E421643217
Octal12735410103761025446227
Binary10101111110110000101000011111110100001010110010011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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