Html Css Color HEX #810029 Burgundy

📋 copy color: '#810029'

red 129 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #810029

Tints of Burgundy #810029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 75.88%
G = 0%
B = 24.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#810029 (or 0x810029) is known color: Burgundy. HEX triplet: 81, 00 and 29. RGB value is (129,0,41). Sum of RGB (Red+Green+Blue) = 129+0+41=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #810029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810029 is #7EFFD6. Grayscale: #2B2B2B. Windows color (decimal): -8323031 or 2687105. OLE color: 2687105.

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

Color convert

RGB 129 0 41 -
CMYK 0 1 0.68 0.49
HSL 340.93º 1% 0.25% -
HSV(B) 340.93º 1% 0.51% -
XYZ 9.45 4.83 2.53 -
YUV 43.25 126.74 189.17 -
System Red Green Blue C M Y K H S L
Decimal 129 0 41 0 1 0.68 0.49 340.93 1 0.25
Hex 81 0 29 0 64 44 31 155 64 19
Octal 201 0 51 0 144 104 61 525 144 31
Binary 10000001 0 101001 0 1100100 1000100 110001 101010101 1100100 11001

Color Harmonies of #810029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810029

Black with #810029

Text Example


Text Example

White with #810029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810029; }

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

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

background-color css

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

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

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

border-color css

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

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

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