Html Css Color HEX #511314 Burnt Crimson

📋 copy color: '#511314'

red 81 ◦ green 19 ◦ blue 20

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

Shades of Burnt Crimson #511314

Tints of Burnt Crimson #511314

RGB

 RED value IS 81 (32.03% from 255) = 67.5%

 GREEN value IS 19 (7.81% from 255) = 15.83%

 BLUE value IS 20 (8.2% from 255) = 16.67%

R = 67.5%
G = 15.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.68

RGB Variations

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

Color information

#511314 (or 0x511314) is known color: Burnt Crimson. HEX triplet: 51, 13 and 14. RGB value is (81,19,20). Sum of RGB (Red+Green+Blue) = 81+19+20=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511314 is #AEECEB. Grayscale: #252525. Windows color (decimal): -11463916 or 1315665. OLE color: 1315665.

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

Color convert

RGB 81 19 20 -
CMYK 0 0.77 0.75 0.68
HSL 359.03º 0.62% 0.2% -
HSV(B) 359.03º 0.77% 0.32% -
XYZ 3.75 2.27 0.9 -
YUV 37.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 81 19 20 0 0.77 0.75 0.68 359.03 0.62 0.2
Hex 51 13 14 0 4D 4B 44 167 3E 14
Octal 121 23 24 0 115 113 104 547 76 24
Binary 1010001 10011 10100 0 1001101 1001011 1000100 101100111 111110 10100

Color Harmonies of #511314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511314

Black with #511314

Text Example


Text Example

White with #511314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511314; }

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

 H1.HeaderClassName
 {
   color: #511314;
 }
 .AnyTagClassName
 {
   color: #511314;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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