#531E24

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

Shades of Burnt Crimson #531E24

Tints of Burnt Crimson #531E24

Color information

#531E24 (or 0x531E24) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1E and 24. RGB value is (83,30,36). Sum of RGB (Red+Green+Blue) = 83+30+36=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E24 is #ACE1DB. Grayscale: #2E2E2E. Windows color (decimal): -11330012 or 2367059. OLE color: 2367059.

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

Color convert

RGB833036-
CMYK00.640.570.67
HSL353.21º46.9%22.16%-
HSV(B)353.21º63.86%32.55%-
XYZ4.352.892-
YUV46.53122.06154.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 30 (12.11% from 255) = 20.13%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=55.70%
G=20.13%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83303600.640.570.67353.2146.922.16
Hex531E2404039431612f16
Octal12336440100711035415726
Binary10100111111010010001000000111001100001110110000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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