Html Css Color HEX #810529 Burgundy

📋 copy color: '#810529'

red 129 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #810529

Tints of Burgundy #810529

RGB

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

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

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

R = 73.71%
G = 2.86%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#810529 (or 0x810529) is known color: Burgundy. HEX triplet: 81, 05 and 29. RGB value is (129,5,41). Sum of RGB (Red+Green+Blue) = 129+5+41=175 (23% of max value = 765). Red value is 129 (50.78% from 255 or 73.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 129 - color contains mainly: red. Hex color #810529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810529 is #7EFAD6. Grayscale: #2E2E2E. Windows color (decimal): -8321751 or 2688385. OLE color: 2688385.

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

Color convert

RGB 129 5 41 -
CMYK 0 0.96 0.68 0.49
HSL 342.58º 0.93% 0.26% -
HSV(B) 342.58º 0.96% 0.51% -
XYZ 9.51 4.94 2.55 -
YUV 46.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 129 5 41 0 0.96 0.68 0.49 342.58 0.93 0.26
Hex 81 5 29 0 60 44 31 157 5D 1A
Octal 201 5 51 0 140 104 61 527 135 32
Binary 10000001 101 101001 0 1100000 1000100 110001 101010111 1011101 11010

Color Harmonies of #810529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810529

Black with #810529

Text Example


Text Example

White with #810529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810529; }

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

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

background-color css

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

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

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

border-color css

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

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

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