Html Css Color HEX #810122 Burgundy

📋 copy color: '#810122'

red 129 ◦ green 1 ◦ blue 34

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

Shades of Burgundy #810122

Tints of Burgundy #810122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 78.66%
G = 0.61%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#810122 (or 0x810122) is known color: Burgundy. HEX triplet: 81, 01 and 22. RGB value is (129,1,34). Sum of RGB (Red+Green+Blue) = 129+1+34=164 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.66% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 34 (13.67% from 255 or 20.73% from 164); Max value from RGB is 129 - color contains mainly: red. Hex color #810122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810122 is #7EFEDD. Grayscale: #2B2B2B. Windows color (decimal): -8322782 or 2228609. OLE color: 2228609.

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

Color convert

RGB 129 1 34 -
CMYK 0 0.99 0.74 0.49
HSL 344.53º 0.98% 0.25% -
HSV(B) 344.53º 0.99% 0.51% -
XYZ 9.35 4.8 1.95 -
YUV 43.03 122.91 189.32 -
System Red Green Blue C M Y K H S L
Decimal 129 1 34 0 0.99 0.74 0.49 344.53 0.98 0.25
Hex 81 1 22 0 63 4A 31 159 62 19
Octal 201 1 42 0 143 112 61 531 142 31
Binary 10000001 1 100010 0 1100011 1001010 110001 101011001 1100010 11001

Color Harmonies of #810122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810122

Black with #810122

Text Example


Text Example

White with #810122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810122; }

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

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

background-color css

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

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

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

border-color css

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

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

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