#571016

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

Shades of Burnt Crimson #571016

Tints of Burnt Crimson #571016

Color information

#571016 (or 0x571016) is unknown color: approx Burnt Crimson. HEX triplet: 57, 10 and 16. RGB value is (87,16,22). Sum of RGB (Red+Green+Blue) = 87+16+22=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #571016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571016 is #A8EFE9. Grayscale: #252525. Windows color (decimal): -11071466 or 1445975. OLE color: 1445975.

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

Color convert

RGB871622-
CMYK00.820.750.66
HSL354.93º68.93%20.2%-
HSV(B)354.93º81.61%34.12%-
XYZ4.262.451.01-
YUV37.91119.02163.01-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 16 (6.64% from 255) = 12.8%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=69.6%
G=12.8%
B=17.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87162200.820.750.66354.9368.9320.2
Hex5710160524B421634514
Octal1272026012211310254310524
Binary101011110000101100101001010010111000010101100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571016; }

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

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

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

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

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

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

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

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