#531E21

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

Shades of Burnt Crimson #531E21

Tints of Burnt Crimson #531E21

Color information

#531E21 (or 0x531E21) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1E and 21. RGB value is (83,30,33). Sum of RGB (Red+Green+Blue) = 83+30+33=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #531E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E21 is #ACE1DE. Grayscale: #2E2E2E. Windows color (decimal): -11330015 or 2170451. OLE color: 2170451.

HSL color Cylindrical-coordinate representation of color #531E21: hue angle of 356.6º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E21 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB833033-
CMYK00.640.600.67
HSL356.6º46.9%22.16%-
HSV(B)356.6º63.86%32.55%-
XYZ4.312.881.77-
YUV46.19120.56154.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=56.85%
G=20.55%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83303300.640.600.67356.646.922.16
Hex531E210403C431652f16
Octal12336410100741035455726
Binary10100111111010000101000000111100100001110110010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531E21; }

 p { color: rgb(83,30,33); }

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

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

 a { background-color: rgb(83,30,33); }

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

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

 span { border-color: rgb(83,30,33); }

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