#531213

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

Shades of Burnt Crimson #531213

Tints of Burnt Crimson #531213

Color information

#531213 (or 0x531213) is unknown color: approx Burnt Crimson. HEX triplet: 53, 12 and 13. RGB value is (83,18,19). Sum of RGB (Red+Green+Blue) = 83+18+19=120 (15% of max value = 765). Red value is 83 (32.81% from 255 or 69.17% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 83 - color contains mainly: red. Hex color #531213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531213 is #ACEDEC. Grayscale: #252525. Windows color (decimal): -11333101 or 1249875. OLE color: 1249875.

HSL color Cylindrical-coordinate representation of color #531213: hue angle of 359.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531213 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB831819-
CMYK00.780.770.67
HSL359.08º64.36%19.8%-
HSV(B)359.08º78.31%32.55%-
XYZ3.92.320.86-
YUV37.55117.53160.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 69.17%
GREEN value IS 18 (7.42% from 255) = 15%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=69.17%
G=15%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83181900.780.770.67359.0864.3619.8
Hex53121304E4D431674014
Octal1232223011611510354710024
Binary101001110010100110100111010011011000011101100111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531213; }

 p { color: rgb(83,18,19); }

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

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

 a { background-color: rgb(83,18,19); }

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

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

 span { border-color: rgb(83,18,19); }

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