#531B1F

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

Shades of Burnt Crimson #531B1F

Tints of Burnt Crimson #531B1F

Color information

#531B1F (or 0x531B1F) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1B and 1F. RGB value is (83,27,31). Sum of RGB (Red+Green+Blue) = 83+27+31=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B1F is #ACE4E0. Grayscale: #2C2C2C. Windows color (decimal): -11330785 or 2038611. OLE color: 2038611.

HSL color Cylindrical-coordinate representation of color #531B1F: hue angle of 355.71º 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 #531B1F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB832731-
CMYK00.670.630.67
HSL355.71º50.91%21.57%-
HSV(B)355.71º67.47%32.55%-
XYZ4.212.721.6-
YUV44.2120.55155.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 27 (10.94% from 255) = 19.15%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=58.87%
G=19.15%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273100.670.630.67355.7150.9121.57
Hex531B1F0433F431643316
Octal12333370103771035446326
Binary1010011110111111101000011111111100001110110010011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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