#571C21

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

Shades of Burnt Crimson #571C21

Tints of Burnt Crimson #571C21

Color information

#571C21 (or 0x571C21) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1C and 21. RGB value is (87,28,33). Sum of RGB (Red+Green+Blue) = 87+28+33=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 33 (13.28% from 255 or 22.30% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #571C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C21 is #A8E3DE. Grayscale: #2E2E2E. Windows color (decimal): -11068383 or 2169943. OLE color: 2169943.

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

Color convert

RGB872833-
CMYK00.680.620.66
HSL354.92º51.3%22.55%-
HSV(B)354.92º67.82%34.12%-
XYZ4.622.971.77-
YUV46.21120.55157.09-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 58.78%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 33 (13.28% from 255) = 22.30%
R=58.78%
G=18.92%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87283300.680.620.66354.9251.322.55
Hex571C210443E421633317
Octal12734410104761025436327
Binary10101111110010000101000100111110100001010110001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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