#521E20

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

Shades of Burnt Crimson #521E20

Tints of Burnt Crimson #521E20

Color information

#521E20 (or 0x521E20) is unknown color: approx Burnt Crimson. HEX triplet: 52, 1E and 20. RGB value is (82,30,32). Sum of RGB (Red+Green+Blue) = 82+30+32=144 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.94% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 82 - color contains mainly: red. Hex color #521E20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521E20 is #ADE1DF. Grayscale: #2D2D2D. Windows color (decimal): -11395552 or 2104914. OLE color: 2104914.

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

Color convert

RGB823032-
CMYK00.630.610.68
HSL357.69º46.43%21.96%-
HSV(B)357.69º63.41%32.16%-
XYZ4.22.831.69-
YUV45.78120.23153.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 56.94%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=56.94%
G=20.83%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82303200.630.610.68357.6946.4321.96
Hex521E2003F3D441662e16
Octal1223640077751045465626
Binary1010010111101000000111111111101100010010110011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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