Html Css Color HEX #810819 Burgundy

📋 copy color: '#810819'

red 129 ◦ green 8 ◦ blue 25

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

Shades of Burgundy #810819

Tints of Burgundy #810819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.94%

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

R = 79.63%
G = 4.94%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#810819 (or 0x810819) is known color: Burgundy. HEX triplet: 81, 08 and 19. RGB value is (129,8,25). Sum of RGB (Red+Green+Blue) = 129+8+25=162 (21% of max value = 765). Red value is 129 (50.78% from 255 or 79.63% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 129 - color contains mainly: red. Hex color #810819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810819 is #7EF7E6. Grayscale: #2E2E2E. Windows color (decimal): -8320999 or 1640577. OLE color: 1640577.

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

Color convert

RGB 129 8 25 -
CMYK 0 0.94 0.81 0.49
HSL 351.57º 0.88% 0.27% -
HSV(B) 351.57º 0.94% 0.51% -
XYZ 9.32 4.91 1.38 -
YUV 46.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 129 8 25 0 0.94 0.81 0.49 351.57 0.88 0.27
Hex 81 8 19 0 5E 51 31 160 58 1B
Octal 201 10 31 0 136 121 61 540 130 33
Binary 10000001 1000 11001 0 1011110 1010001 110001 101100000 1011000 11011

Color Harmonies of #810819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810819

Black with #810819

Text Example


Text Example

White with #810819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810819; }

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

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

background-color css

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

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

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

border-color css

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

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

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