Html Css Color HEX #810522 Burgundy

📋 copy color: '#810522'

red 129 ◦ green 5 ◦ blue 34

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

Shades of Burgundy #810522

Tints of Burgundy #810522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 76.79%
G = 2.98%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#810522 (or 0x810522) is known color: Burgundy. HEX triplet: 81, 05 and 22. RGB value is (129,5,34). Sum of RGB (Red+Green+Blue) = 129+5+34=168 (22% of max value = 765). Red value is 129 (50.78% from 255 or 76.79% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 129 - color contains mainly: red. Hex color #810522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810522 is #7EFADD. Grayscale: #2D2D2D. Windows color (decimal): -8321758 or 2229633. OLE color: 2229633.

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

Color convert

RGB 129 5 34 -
CMYK 0 0.96 0.74 0.49
HSL 345.97º 0.93% 0.26% -
HSV(B) 345.97º 0.96% 0.51% -
XYZ 9.4 4.89 1.96 -
YUV 45.38 121.58 187.64 -
System Red Green Blue C M Y K H S L
Decimal 129 5 34 0 0.96 0.74 0.49 345.97 0.93 0.26
Hex 81 5 22 0 60 4A 31 15A 5D 1A
Octal 201 5 42 0 140 112 61 532 135 32
Binary 10000001 101 100010 0 1100000 1001010 110001 101011010 1011101 11010

Color Harmonies of #810522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810522

Black with #810522

Text Example


Text Example

White with #810522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810522; }

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

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

background-color css

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

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

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

border-color css

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

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

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