#511213

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

Shades of Burnt Crimson #511213

Tints of Burnt Crimson #511213

Color information

#511213 (or 0x511213) is unknown color: approx Burnt Crimson. HEX triplet: 51, 12 and 13. RGB value is (81,18,19). Sum of RGB (Red+Green+Blue) = 81+18+19=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #511213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511213 is #AEEDEC. Grayscale: #252525. Windows color (decimal): -11464173 or 1249873. OLE color: 1249873.

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

Color convert

RGB811819-
CMYK00.780.770.68
HSL359.05º63.64%19.41%-
HSV(B)359.05º77.78%31.76%-
XYZ3.732.230.85-
YUV36.95117.87159.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 68.64%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=68.64%
G=15.25%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81181900.780.770.68359.0563.6419.41
Hex51121304E4D441674013
Octal1212223011611510454710023
Binary101000110010100110100111010011011000100101100111100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #511213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #511213; }

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

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

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

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

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

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

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

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