#571F21

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

Shades of Burnt Crimson #571F21

Tints of Burnt Crimson #571F21

Color information

#571F21 (or 0x571F21) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1F and 21. RGB value is (87,31,33). Sum of RGB (Red+Green+Blue) = 87+31+33=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F21 is #A8E0DE. Grayscale: #303030. Windows color (decimal): -11067615 or 2170711. OLE color: 2170711.

HSL color Cylindrical-coordinate representation of color #571F21: hue angle of 357.86º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #571F21 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB873133-
CMYK00.640.620.66
HSL357.86º47.46%23.14%-
HSV(B)357.86º64.37%34.12%-
XYZ4.693.121.79-
YUV47.97119.55155.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 31 (12.5% from 255) = 20.53%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=57.62%
G=20.53%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87313300.640.620.66357.8647.4623.14
Hex571F210403E421662f17
Octal12737410100761025465727
Binary10101111111110000101000000111110100001010110011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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