#531314

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

Shades of Burnt Crimson #531314

Tints of Burnt Crimson #531314

Color information

#531314 (or 0x531314) is unknown color: approx Burnt Crimson. HEX triplet: 53, 13 and 14. RGB value is (83,19,20). Sum of RGB (Red+Green+Blue) = 83+19+20=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 20 (8.20% from 255 or 16.39% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #531314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531314 is #ACECEB. Grayscale: #262626. Windows color (decimal): -11332844 or 1315667. OLE color: 1315667.

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

Color convert

RGB831920-
CMYK00.770.760.67
HSL359.06º62.75%20%-
HSV(B)359.06º77.11%32.55%-
XYZ3.932.360.91-
YUV38.25117.7159.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.03%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 20 (8.20% from 255) = 16.39%
R=68.03%
G=15.57%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83192000.770.760.67359.0662.7520
Hex53131404D4C431673f14
Octal123232401151141035477724
Binary10100111001110100010011011001100100001110110011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531314; }

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

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

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

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

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

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

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

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