Html Css Color HEX #810221 Burgundy

📋 copy color: '#810221'

red 129 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #810221

Tints of Burgundy #810221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 20.12%

R = 78.66%
G = 1.22%
B = 20.12%

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

#810221 (or 0x810221) is known color: Burgundy. HEX triplet: 81, 02 and 21. RGB value is (129,2,33). Sum of RGB (Red+Green+Blue) = 129+2+33=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #810221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810221 is #7EFDDE. Grayscale: #2B2B2B. Windows color (decimal): -8322527 or 2163329. OLE color: 2163329.

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

Color convert

RGB 129 2 33 -
CMYK 0 0.98 0.74 0.49
HSL 345.35º 0.97% 0.26% -
HSV(B) 345.35º 0.98% 0.51% -
XYZ 9.35 4.82 1.88 -
YUV 43.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 129 2 33 0 0.98 0.74 0.49 345.35 0.97 0.26
Hex 81 2 21 0 62 4A 31 159 61 1A
Octal 201 2 41 0 142 112 61 531 141 32
Binary 10000001 10 100001 0 1100010 1001010 110001 101011001 1100001 11010

Color Harmonies of #810221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810221

Black with #810221

Text Example


Text Example

White with #810221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810221; }

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

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

background-color css

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

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

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

border-color css

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

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

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