#571A1E

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

Shades of Burnt Crimson #571A1E

Tints of Burnt Crimson #571A1E

Color information

#571A1E (or 0x571A1E) is unknown color: approx Burnt Crimson. HEX triplet: 57, 1A and 1E. RGB value is (87,26,30). Sum of RGB (Red+Green+Blue) = 87+26+30=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #571A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A1E is #A8E5E1. Grayscale: #2C2C2C. Windows color (decimal): -11068898 or 1972823. OLE color: 1972823.

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

Color convert

RGB872630-
CMYK00.700.660.66
HSL356.07º53.98%22.16%-
HSV(B)356.07º70.11%34.12%-
XYZ4.532.861.54-
YUV44.7119.71158.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 30 (12.11% from 255) = 20.98%
R=60.84%
G=18.18%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87263000.700.660.66356.0753.9822.16
Hex571A1E04642421643616
Octal127323601061021025446626
Binary10101111101011110010001101000010100001010110010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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