#531B20

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

Shades of Burnt Crimson #531B20

Tints of Burnt Crimson #531B20

Color information

#531B20 (or 0x531B20) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1B and 20. RGB value is (83,27,32). Sum of RGB (Red+Green+Blue) = 83+27+32=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B20 is #ACE4DF. Grayscale: #2C2C2C. Windows color (decimal): -11330784 or 2104147. OLE color: 2104147.

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

Color convert

RGB832732-
CMYK00.670.610.67
HSL354.64º50.91%21.57%-
HSV(B)354.64º67.47%32.55%-
XYZ4.222.731.67-
YUV44.31121.05155.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 27 (10.94% from 255) = 19.01%
BLUE value IS 32 (12.89% from 255) = 22.54%
R=58.45%
G=19.01%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273200.670.610.67354.6450.9121.57
Hex531B200433D431633316
Octal12333400103751035436326
Binary10100111101110000001000011111101100001110110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,32); }

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

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

 a { background-color: rgb(83,27,32); }

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

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

 span { border-color: rgb(83,27,32); }

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