#571416

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

Shades of Burnt Crimson #571416

Tints of Burnt Crimson #571416

Color information

#571416 (or 0x571416) is unknown color: approx Burnt Crimson. HEX triplet: 57, 14 and 16. RGB value is (87,20,22). Sum of RGB (Red+Green+Blue) = 87+20+22=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #571416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571416 is #A8EBE9. Grayscale: #282828. Windows color (decimal): -11070442 or 1446999. OLE color: 1446999.

HSL color Cylindrical-coordinate representation of color #571416: hue angle of 358.21º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #571416 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.66.

Color convert

RGB872022-
CMYK00.770.750.66
HSL358.21º62.62%20.98%-
HSV(B)358.21º77.01%34.12%-
XYZ4.332.581.03-
YUV40.26117.7161.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=67.44%
G=15.50%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87202200.770.750.66358.2162.6220.98
Hex57141604D4B421663f15
Octal127242601151131025467725
Binary10101111010010110010011011001011100001010110011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571416; }

 p { color: rgb(87,20,22); }

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

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

 a { background-color: rgb(87,20,22); }

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

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

 span { border-color: rgb(87,20,22); }

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