#571A20

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

Shades of Burnt Crimson #571A20

Tints of Burnt Crimson #571A20

Color information

#571A20 (or 0x571A20) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1A and 20. RGB value is (87,26,32). Sum of RGB (Red+Green+Blue) = 87+26+32=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #571A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A20 is #A8E5DF. Grayscale: #2C2C2C. Windows color (decimal): -11068896 or 2103895. OLE color: 2103895.

HSL color Cylindrical-coordinate representation of color #571A20: hue angle of 354.1º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A20 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB872632-
CMYK00.700.630.66
HSL354.1º53.98%22.16%-
HSV(B)354.1º70.11%34.12%-
XYZ4.562.871.68-
YUV44.92120.71158.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 32 (12.89% from 255) = 22.07%
R=60%
G=17.93%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87263200.700.630.66354.153.9822.16
Hex571A200463F421623616
Octal12732400106771025426626
Binary10101111101010000001000110111111100001010110001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,26,32); }

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

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

 a { background-color: rgb(87,26,32); }

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

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

 span { border-color: rgb(87,26,32); }

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