Html Css Color HEX #810014 Burgundy

📋 copy color: '#810014'

red 129 ◦ green 0 ◦ blue 20

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

Shades of Burgundy #810014

Tints of Burgundy #810014

RGB

 RED value IS 129 (50.78% from 255) = 86.58%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.58%
G = 0%
B = 13.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#810014 (or 0x810014) is known color: Burgundy. HEX triplet: 81, 00 and 14. RGB value is (129,0,20). Sum of RGB (Red+Green+Blue) = 129+0+20=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #810014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810014 is #7EFFEB. Grayscale: #282828. Windows color (decimal): -8323052 or 1310849. OLE color: 1310849.

HSL color Cylindrical-coordinate representation of color #810014: hue angle of 350.7º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810014 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 0 20 -
CMYK 0 1 0.84 0.49
HSL 350.7º 1% 0.25% -
HSV(B) 350.7º 1% 0.51% -
XYZ 9.18 4.72 1.09 -
YUV 40.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 129 0 20 0 1 0.84 0.49 350.7 1 0.25
Hex 81 0 14 0 64 54 31 15F 64 19
Octal 201 0 24 0 144 124 61 537 144 31
Binary 10000001 0 10100 0 1100100 1010100 110001 101011111 1100100 11001

Color Harmonies of #810014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810014

Black with #810014

Text Example


Text Example

White with #810014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810014; }

 p { color: rgb(129,0,20); }

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

background-color css

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

 a { background-color: rgb(129,0,20); }

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

border-color css

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

 span { border-color: rgb(129,0,20); }

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