Html Css Color HEX #810329 Burgundy

📋 copy color: '#810329'

red 129 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #810329

Tints of Burgundy #810329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.7%

R = 74.57%
G = 1.73%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#810329 (or 0x810329) is known color: Burgundy. HEX triplet: 81, 03 and 29. RGB value is (129,3,41). Sum of RGB (Red+Green+Blue) = 129+3+41=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #810329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810329 is #7EFCD6. Grayscale: #2C2C2C. Windows color (decimal): -8322263 or 2687873. OLE color: 2687873.

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

Color convert

RGB 129 3 41 -
CMYK 0 0.98 0.68 0.49
HSL 341.9º 0.95% 0.26% -
HSV(B) 341.9º 0.98% 0.51% -
XYZ 9.49 4.89 2.54 -
YUV 45.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 129 3 41 0 0.98 0.68 0.49 341.9 0.95 0.26
Hex 81 3 29 0 62 44 31 156 5F 1A
Octal 201 3 51 0 142 104 61 526 137 32
Binary 10000001 11 101001 0 1100010 1000100 110001 101010110 1011111 11010

Color Harmonies of #810329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810329

Black with #810329

Text Example


Text Example

White with #810329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810329; }

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

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

background-color css

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

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

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

border-color css

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

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

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