#521112

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

Shades of Burnt Crimson #521112

Tints of Burnt Crimson #521112

Color information

#521112 (or 0x521112) is unknown color: approx Burnt Crimson. HEX triplet: 52, 11 and 12. RGB value is (82,17,18). Sum of RGB (Red+Green+Blue) = 82+17+18=117 (15% of max value = 765). Red value is 82 (32.42% from 255 or 70.09% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 82 - color contains mainly: red. Hex color #521112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521112 is #ADEEED. Grayscale: #242424. Windows color (decimal): -11398894 or 1184082. OLE color: 1184082.

HSL color Cylindrical-coordinate representation of color #521112: hue angle of 359.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521112 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB821718-
CMYK00.790.780.68
HSL359.08º65.66%19.41%-
HSV(B)359.08º79.27%32.16%-
XYZ3.792.240.8-
YUV36.55117.53160.42-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 70.09%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=70.09%
G=14.53%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82171800.790.780.68359.0865.6619.41
Hex52111204F4E441674213
Octal1222122011711610454710223
Binary101001010001100100100111110011101000100101100111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521112; }

 p { color: rgb(82,17,18); }

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

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

 a { background-color: rgb(82,17,18); }

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

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

 span { border-color: rgb(82,17,18); }

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