#571B1E

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

Shades of Burnt Crimson #571B1E

Tints of Burnt Crimson #571B1E

Color information

#571B1E (or 0x571B1E) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1B and 1E. RGB value is (87,27,30). Sum of RGB (Red+Green+Blue) = 87+27+30=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571B1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571B1E is #A8E4E1. Grayscale: #2D2D2D. Windows color (decimal): -11068642 or 1973079. OLE color: 1973079.

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

Color convert

RGB872730-
CMYK00.690.660.66
HSL357º52.63%22.35%-
HSV(B)357º68.97%34.12%-
XYZ4.562.91.55-
YUV45.28119.38157.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.42%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=60.42%
G=18.75%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87273000.690.660.6635752.6322.35
Hex571B1E04542421653516
Octal127333601051021025456526
Binary10101111101111110010001011000010100001010110010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,27,30); }

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

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

 a { background-color: rgb(87,27,30); }

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

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

 span { border-color: rgb(87,27,30); }

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