#571A21

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

Shades of Burnt Crimson #571A21

Tints of Burnt Crimson #571A21

Color information

#571A21 (or 0x571A21) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1A and 21. RGB value is (87,26,33). Sum of RGB (Red+Green+Blue) = 87+26+33=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #571A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A21 is #A8E5DE. Grayscale: #2D2D2D. Windows color (decimal): -11068895 or 2169431. OLE color: 2169431.

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

Color convert

RGB872633-
CMYK00.700.620.66
HSL353.11º53.98%22.16%-
HSV(B)353.11º70.11%34.12%-
XYZ4.572.871.75-
YUV45.04121.21157.93-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 59.59%
GREEN value IS 26 (10.55% from 255) = 17.81%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=59.59%
G=17.81%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87263300.700.620.66353.1153.9822.16
Hex571A210463E421613616
Octal12732410106761025416626
Binary10101111101010000101000110111110100001010110000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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