#571F22

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

Shades of Burnt Crimson #571F22

Tints of Burnt Crimson #571F22

Color information

#571F22 (or 0x571F22) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1F and 22. RGB value is (87,31,34). Sum of RGB (Red+Green+Blue) = 87+31+34=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #571F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F22 is #A8E0DD. Grayscale: #303030. Windows color (decimal): -11067614 or 2236247. OLE color: 2236247.

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

Color convert

RGB873134-
CMYK00.640.610.66
HSL356.79º47.46%23.14%-
HSV(B)356.79º64.37%34.12%-
XYZ4.713.121.87-
YUV48.09120.05155.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.24%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=57.24%
G=20.39%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87313400.640.610.66356.7947.4623.14
Hex571F220403D421652f17
Octal12737420100751025455727
Binary10101111111110001001000000111101100001010110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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