#571F24

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

Shades of Burnt Crimson #571F24

Tints of Burnt Crimson #571F24

Color information

#571F24 (or 0x571F24) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1F and 24. RGB value is (87,31,36). Sum of RGB (Red+Green+Blue) = 87+31+36=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #571F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F24 is #A8E0DB. Grayscale: #303030. Windows color (decimal): -11067612 or 2367319. OLE color: 2367319.

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

Color convert

RGB873136-
CMYK00.640.590.66
HSL354.64º47.46%23.14%-
HSV(B)354.64º64.37%34.12%-
XYZ4.743.132.02-
YUV48.31121.05155.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 56.49%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 36 (14.45% from 255) = 23.38%
R=56.49%
G=20.13%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87313600.640.590.66354.6447.4623.14
Hex571F240403B421632f17
Octal12737440100731025435727
Binary10101111111110010001000000111011100001010110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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