#531214

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

Shades of Burnt Crimson #531214

Tints of Burnt Crimson #531214

Color information

#531214 (or 0x531214) is unknown color: approx Burnt Crimson. HEX triplet: 53, 12 and 14. RGB value is (83,18,20). Sum of RGB (Red+Green+Blue) = 83+18+20=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531214 is #ACEDEB. Grayscale: #252525. Windows color (decimal): -11333100 or 1315411. OLE color: 1315411.

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

Color convert

RGB831820-
CMYK00.780.760.67
HSL358.15º64.36%19.8%-
HSV(B)358.15º78.31%32.55%-
XYZ3.912.320.9-
YUV37.66118.03160.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=68.60%
G=14.88%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83182000.780.760.67358.1564.3619.8
Hex53121404E4C431664014
Octal1232224011611410354610024
Binary101001110010101000100111010011001000011101100110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531214; }

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

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

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

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

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

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

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

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