Html Css Color HEX #810114 Burgundy

📋 copy color: '#810114'

red 129 ◦ green 1 ◦ blue 20

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

Shades of Burgundy #810114

Tints of Burgundy #810114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

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

R = 86%
G = 0.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#810114 (or 0x810114) is known color: Burgundy. HEX triplet: 81, 01 and 14. RGB value is (129,1,20). Sum of RGB (Red+Green+Blue) = 129+1+20=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #810114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810114 is #7EFEEB. Grayscale: #292929. Windows color (decimal): -8322796 or 1311105. OLE color: 1311105.

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

Color convert

RGB 129 1 20 -
CMYK 0 0.99 0.84 0.49
HSL 351.09º 0.98% 0.25% -
HSV(B) 351.09º 0.99% 0.51% -
XYZ 9.19 4.74 1.09 -
YUV 41.44 115.91 190.46 -
System Red Green Blue C M Y K H S L
Decimal 129 1 20 0 0.99 0.84 0.49 351.09 0.98 0.25
Hex 81 1 14 0 63 54 31 15F 62 19
Octal 201 1 24 0 143 124 61 537 142 31
Binary 10000001 1 10100 0 1100011 1010100 110001 101011111 1100010 11001

Color Harmonies of #810114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810114

Black with #810114

Text Example


Text Example

White with #810114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810114; }

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

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

background-color css

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

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

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

border-color css

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

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

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