#531E1F

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

Shades of Burnt Crimson #531E1F

Tints of Burnt Crimson #531E1F

Color information

#531E1F (or 0x531E1F) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1E and 1F. RGB value is (83,30,31). Sum of RGB (Red+Green+Blue) = 83+30+31=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E1F is #ACE1E0. Grayscale: #2E2E2E. Windows color (decimal): -11330017 or 2039379. OLE color: 2039379.

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

Color convert

RGB833031-
CMYK00.640.630.67
HSL358.87º46.9%22.16%-
HSV(B)358.87º63.86%32.55%-
XYZ4.282.871.62-
YUV45.96119.56154.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 30 (12.11% from 255) = 20.83%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=57.64%
G=20.83%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83303100.640.630.67358.8746.922.16
Hex531E1F0403F431672f16
Octal12336370100771035475726
Binary1010011111101111101000000111111100001110110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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