#531F21

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

Shades of Burnt Crimson #531F21

Tints of Burnt Crimson #531F21

Color information

#531F21 (or 0x531F21) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1F and 21. RGB value is (83,31,33). Sum of RGB (Red+Green+Blue) = 83+31+33=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F21 is #ACE0DE. Grayscale: #2E2E2E. Windows color (decimal): -11329759 or 2170707. OLE color: 2170707.

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

Color convert

RGB833133-
CMYK00.630.600.67
HSL357.69º45.61%22.35%-
HSV(B)357.69º62.65%32.55%-
XYZ4.332.931.78-
YUV46.78120.23153.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=56.46%
G=21.09%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83313300.630.600.67357.6945.6122.35
Hex531F2103F3C431662e16
Octal1233741077741035465626
Binary1010011111111000010111111111100100001110110011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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