Html Css Color HEX #810322 Burgundy

📋 copy color: '#810322'

red 129 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #810322

Tints of Burgundy #810322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

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

R = 77.71%
G = 1.81%
B = 20.48%

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

#810322 (or 0x810322) is known color: Burgundy. HEX triplet: 81, 03 and 22. RGB value is (129,3,34). Sum of RGB (Red+Green+Blue) = 129+3+34=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #810322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810322 is #7EFCDD. Grayscale: #2C2C2C. Windows color (decimal): -8322270 or 2229121. OLE color: 2229121.

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

Color convert

RGB 129 3 34 -
CMYK 0 0.98 0.74 0.49
HSL 345.24º 0.95% 0.26% -
HSV(B) 345.24º 0.98% 0.51% -
XYZ 9.37 4.85 1.95 -
YUV 44.21 122.24 188.48 -
System Red Green Blue C M Y K H S L
Decimal 129 3 34 0 0.98 0.74 0.49 345.24 0.95 0.26
Hex 81 3 22 0 62 4A 31 159 5F 1A
Octal 201 3 42 0 142 112 61 531 137 32
Binary 10000001 11 100010 0 1100010 1001010 110001 101011001 1011111 11010

Color Harmonies of #810322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810322

Black with #810322

Text Example


Text Example

White with #810322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810322; }

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

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

background-color css

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

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

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

border-color css

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

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

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