Html Css Color HEX #511213 Burnt Crimson

📋 copy color: '#511213'

red 81 ◦ green 18 ◦ blue 19

#511213
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #511213

Tints of Burnt Crimson #511213

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.1%

R = 68.64%
G = 15.25%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#511213 (or 0x511213) is known color: 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

RGB 81 18 19 -
CMYK 0 0.78 0.77 0.68
HSL 359.05º 0.64% 0.19% -
HSV(B) 359.05º 0.78% 0.32% -
XYZ 3.73 2.23 0.85 -
YUV 36.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 81 18 19 0 0.78 0.77 0.68 359.05 0.64 0.19
Hex 51 12 13 0 4E 4D 44 167 40 13
Octal 121 22 23 0 116 115 104 547 100 23
Binary 1010001 10010 10011 0 1001110 1001101 1000100 101100111 1000000 10011

Color Harmonies of #511213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511213

Black with #511213

Text Example


Text Example

White with #511213

Text Example


Text Example

HTML Codes & Css Web 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>