Html Css Color HEX #810822 Burgundy

📋 copy color: '#810822'

red 129 ◦ green 8 ◦ blue 34

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

Shades of Burgundy #810822

Tints of Burgundy #810822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.88%

R = 75.44%
G = 4.68%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#810822 (or 0x810822) is known color: Burgundy. HEX triplet: 81, 08 and 22. RGB value is (129,8,34). Sum of RGB (Red+Green+Blue) = 129+8+34=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #810822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810822 is #7EF7DD. Grayscale: #2F2F2F. Windows color (decimal): -8320990 or 2230401. OLE color: 2230401.

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

Color convert

RGB 129 8 34 -
CMYK 0 0.94 0.74 0.49
HSL 347.11º 0.88% 0.27% -
HSV(B) 347.11º 0.94% 0.51% -
XYZ 9.43 4.96 1.97 -
YUV 47.14 120.59 186.39 -
System Red Green Blue C M Y K H S L
Decimal 129 8 34 0 0.94 0.74 0.49 347.11 0.88 0.27
Hex 81 8 22 0 5E 4A 31 15B 58 1B
Octal 201 10 42 0 136 112 61 533 130 33
Binary 10000001 1000 100010 0 1011110 1001010 110001 101011011 1011000 11011

Color Harmonies of #810822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810822

Black with #810822

Text Example


Text Example

White with #810822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810822; }

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

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

background-color css

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

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

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

border-color css

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

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

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