Html Css Color HEX #810219 Burgundy

📋 copy color: '#810219'

red 129 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #810219

Tints of Burgundy #810219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

 BLUE value IS 25 (10.16% from 255) = 16.03%

R = 82.69%
G = 1.28%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810219 (or 0x810219) is known color: Burgundy. HEX triplet: 81, 02 and 19. RGB value is (129,2,25). Sum of RGB (Red+Green+Blue) = 129+2+25=156 (20% of max value = 765). Red value is 129 (50.78% from 255 or 82.69% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 129 - color contains mainly: red. Hex color #810219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810219 is #7EFDE6. Grayscale: #2A2A2A. Windows color (decimal): -8322535 or 1639041. OLE color: 1639041.

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

Color convert

RGB 129 2 25 -
CMYK 0 0.98 0.81 0.49
HSL 349.13º 0.97% 0.26% -
HSV(B) 349.13º 0.98% 0.51% -
XYZ 9.25 4.78 1.35 -
YUV 42.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 129 2 25 0 0.98 0.81 0.49 349.13 0.97 0.26
Hex 81 2 19 0 62 51 31 15D 61 1A
Octal 201 2 31 0 142 121 61 535 141 32
Binary 10000001 10 11001 0 1100010 1010001 110001 101011101 1100001 11010

Color Harmonies of #810219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810219

Black with #810219

Text Example


Text Example

White with #810219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810219; }

 p { color: rgb(129,2,25); }

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

background-color css

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

 a { background-color: rgb(129,2,25); }

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

border-color css

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

 span { border-color: rgb(129,2,25); }

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