#521416

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

Shades of Burnt Crimson #521416

Tints of Burnt Crimson #521416

Color information

#521416 (or 0x521416) is unknown color: approx Burnt Crimson. HEX triplet: 52, 14 and 16. RGB value is (82,20,22). Sum of RGB (Red+Green+Blue) = 82+20+22=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521416 is #ADEBE9. Grayscale: #262626. Windows color (decimal): -11398122 or 1446994. OLE color: 1446994.

HSL color Cylindrical-coordinate representation of color #521416: hue angle of 358.06º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521416 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB822022-
CMYK00.760.730.68
HSL358.06º60.78%20%-
HSV(B)358.06º75.61%32.16%-
XYZ3.872.351.01-
YUV38.77118.54158.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 66.13%
GREEN value IS 20 (8.20% from 255) = 16.13%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=66.13%
G=16.13%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82202200.760.730.68358.0660.7820
Hex52141604C49441663d14
Octal122242601141111045467524
Binary10100101010010110010011001001001100010010110011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521416; }

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

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

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

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

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

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

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

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