Html Css Color HEX #810222 Burgundy

📋 copy color: '#810222'

red 129 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #810222

Tints of Burgundy #810222

RGB

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

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

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

R = 78.18%
G = 1.21%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#810222 (or 0x810222) is known color: Burgundy. HEX triplet: 81, 02 and 22. RGB value is (129,2,34). Sum of RGB (Red+Green+Blue) = 129+2+34=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 34 (13.67% from 255 or 20.61% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #810222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810222 is #7EFDDD. Grayscale: #2B2B2B. Windows color (decimal): -8322526 or 2228865. OLE color: 2228865.

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

Color convert

RGB 129 2 34 -
CMYK 0 0.98 0.74 0.49
HSL 344.88º 0.97% 0.26% -
HSV(B) 344.88º 0.98% 0.51% -
XYZ 9.36 4.83 1.95 -
YUV 43.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 129 2 34 0 0.98 0.74 0.49 344.88 0.97 0.26
Hex 81 2 22 0 62 4A 31 159 61 1A
Octal 201 2 42 0 142 112 61 531 141 32
Binary 10000001 10 100010 0 1100010 1001010 110001 101011001 1100001 11010

Color Harmonies of #810222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810222

Black with #810222

Text Example


Text Example

White with #810222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810222; }

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

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

background-color css

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

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

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

border-color css

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

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

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