#571216

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

Shades of Burnt Crimson #571216

Tints of Burnt Crimson #571216

Color information

#571216 (or 0x571216) is unknown color: approx Burnt Crimson. HEX triplet: 57, 12 and 16. RGB value is (87,18,22). Sum of RGB (Red+Green+Blue) = 87+18+22=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #571216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571216 is #A8EDE9. Grayscale: #272727. Windows color (decimal): -11070954 or 1446487. OLE color: 1446487.

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

Color convert

RGB871822-
CMYK00.790.750.66
HSL356.52º65.71%20.59%-
HSV(B)356.52º79.31%34.12%-
XYZ4.292.521.02-
YUV39.09118.36162.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 18 (7.42% from 255) = 14.17%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=68.50%
G=14.17%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87182200.790.750.66356.5265.7120.59
Hex57121604F4B421654215
Octal1272226011711310254510225
Binary101011110010101100100111110010111000010101100101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571216; }

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

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

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

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

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

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

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

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