Html Css Color HEX #810416 Burgundy

📋 copy color: '#810416'

red 129 ◦ green 4 ◦ blue 22

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

Shades of Burgundy #810416

Tints of Burgundy #810416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 83.23%
G = 2.58%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#810416 (or 0x810416) is known color: Burgundy. HEX triplet: 81, 04 and 16. RGB value is (129,4,22). Sum of RGB (Red+Green+Blue) = 129+4+22=155 (20% of max value = 765). Red value is 129 (50.78% from 255 or 83.23% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 129 - color contains mainly: red. Hex color #810416 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810416 is #7EFBE9. Grayscale: #2B2B2B. Windows color (decimal): -8322026 or 1442945. OLE color: 1442945.

HSL color Cylindrical-coordinate representation of color #810416: hue angle of 351.36º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #810416 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 4 22 -
CMYK 0 0.97 0.83 0.49
HSL 351.36º 0.94% 0.26% -
HSV(B) 351.36º 0.97% 0.51% -
XYZ 9.24 4.81 1.2 -
YUV 43.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 129 4 22 0 0.97 0.83 0.49 351.36 0.94 0.26
Hex 81 4 16 0 61 53 31 15F 5E 1A
Octal 201 4 26 0 141 123 61 537 136 32
Binary 10000001 100 10110 0 1100001 1010011 110001 101011111 1011110 11010

Color Harmonies of #810416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810416

Black with #810416

Text Example


Text Example

White with #810416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810416; }

 p { color: rgb(129,4,22); }

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

background-color css

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

 a { background-color: rgb(129,4,22); }

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

border-color css

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

 span { border-color: rgb(129,4,22); }

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