#521D20

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

Shades of Burnt Crimson #521D20

Tints of Burnt Crimson #521D20

Color information

#521D20 (or 0x521D20) is unknown color: approx Burnt Crimson. HEX triplet: 52, 1D and 20. RGB value is (82,29,32). Sum of RGB (Red+Green+Blue) = 82+29+32=143 (18% of max value = 765). Red value is 82 (32.42% from 255 or 57.34% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 82 - color contains mainly: red. Hex color #521D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521D20 is #ADE2DF. Grayscale: #2D2D2D. Windows color (decimal): -11395808 or 2104658. OLE color: 2104658.

HSL color Cylindrical-coordinate representation of color #521D20: hue angle of 356.6º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #521D20 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB822932-
CMYK00.650.610.68
HSL356.6º47.75%21.76%-
HSV(B)356.6º64.63%32.16%-
XYZ4.182.781.68-
YUV45.19120.56154.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 57.34%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=57.34%
G=20.28%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82293200.650.610.68356.647.7521.76
Hex521D200413D441653016
Octal12235400101751045456026
Binary10100101110110000001000001111101100010010110010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521D20; }

 p { color: rgb(82,29,32); }

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

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

 a { background-color: rgb(82,29,32); }

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

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

 span { border-color: rgb(82,29,32); }

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