#571011

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

Shades of Burnt Crimson #571011

Tints of Burnt Crimson #571011

Color information

#571011 (or 0x571011) is unknown color: approx Burnt Crimson. HEX triplet: 57, 10 and 11. RGB value is (87,16,17). Sum of RGB (Red+Green+Blue) = 87+16+17=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #571011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571011 is #A8EFEE. Grayscale: #252525. Windows color (decimal): -11071471 or 1118295. OLE color: 1118295.

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

Color convert

RGB871617-
CMYK00.820.800.66
HSL359.15º68.93%20.2%-
HSV(B)359.15º81.61%34.12%-
XYZ4.222.440.78-
YUV37.34116.52163.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 72.5%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 17 (7.03% from 255) = 14.17%
R=72.5%
G=13.33%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87161700.820.800.66359.1568.9320.2
Hex57101105250421674514
Octal1272021012212010254710524
Binary101011110000100010101001010100001000010101100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571011; }

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

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

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

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

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

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

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

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