#531A1C

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

Shades of Burnt Crimson #531A1C

Tints of Burnt Crimson #531A1C

Color information

#531A1C (or 0x531A1C) is unknown color: approx Burnt Crimson. HEX triplet: 53, 1A and 1C. RGB value is (83,26,28). Sum of RGB (Red+Green+Blue) = 83+26+28=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A1C is #ACE5E3. Grayscale: #2B2B2B. Windows color (decimal): -11331044 or 1841747. OLE color: 1841747.

HSL color Cylindrical-coordinate representation of color #531A1C: hue angle of 357.89º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A1C is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB832628-
CMYK00.690.660.67
HSL357.89º52.29%21.37%-
HSV(B)357.89º68.67%32.55%-
XYZ4.152.661.39-
YUV43.27119.38156.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=60.58%
G=18.98%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83262800.690.660.67357.8952.2921.37
Hex531A1C04542431663415
Octal123323401051021035466425
Binary10100111101011100010001011000010100001110110011011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,26,28); }

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

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

 a { background-color: rgb(83,26,28); }

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

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

 span { border-color: rgb(83,26,28); }

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