Html Css Color HEX #810113 Burgundy

📋 copy color: '#810113'

red 129 ◦ green 1 ◦ blue 19

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

Shades of Burgundy #810113

Tints of Burgundy #810113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 86.58%
G = 0.67%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#810113 (or 0x810113) is known color: Burgundy. HEX triplet: 81, 01 and 13. RGB value is (129,1,19). Sum of RGB (Red+Green+Blue) = 129+1+19=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #810113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810113 is #7EFEEC. Grayscale: #292929. Windows color (decimal): -8322797 or 1245569. OLE color: 1245569.

HSL color Cylindrical-coordinate representation of color #810113: hue angle of 351.56º 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 #810113 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 1 19 -
CMYK 0 0.99 0.85 0.49
HSL 351.56º 0.98% 0.25% -
HSV(B) 351.56º 0.99% 0.51% -
XYZ 9.18 4.74 1.05 -
YUV 41.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 129 1 19 0 0.99 0.85 0.49 351.56 0.98 0.25
Hex 81 1 13 0 63 55 31 160 62 19
Octal 201 1 23 0 143 125 61 540 142 31
Binary 10000001 1 10011 0 1100011 1010101 110001 101100000 1100010 11001

Color Harmonies of #810113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810113

Black with #810113

Text Example


Text Example

White with #810113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810113; }

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

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

background-color css

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

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

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

border-color css

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

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

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