Html Css Color HEX #811034 Burgundy

📋 copy color: '#811034'

red 129 ◦ green 16 ◦ blue 52

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

Shades of Burgundy #811034

Tints of Burgundy #811034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.12%

 BLUE value IS 52 (20.7% from 255) = 26.4%

R = 65.48%
G = 8.12%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#811034 (or 0x811034) is known color: Burgundy. HEX triplet: 81, 10 and 34. RGB value is (129,16,52). Sum of RGB (Red+Green+Blue) = 129+16+52=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #811034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811034 is #7EEFCB. Grayscale: #353535. Windows color (decimal): -8318924 or 3412097. OLE color: 3412097.

HSL color Cylindrical-coordinate representation of color #811034: hue angle of 340.88º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #811034 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 16 52 -
CMYK 0 0.88 0.60 0.49
HSL 340.88º 0.78% 0.28% -
HSV(B) 340.88º 0.88% 0.51% -
XYZ 9.86 5.29 3.75 -
YUV 53.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 129 16 52 0 0.88 0.60 0.49 340.88 0.78 0.28
Hex 81 10 34 0 58 3C 31 155 4E 1C
Octal 201 20 64 0 130 74 61 525 116 34
Binary 10000001 10000 110100 0 1011000 111100 110001 101010101 1001110 11100

Color Harmonies of #811034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811034

Black with #811034

Text Example


Text Example

White with #811034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811034; }

 p { color: rgb(129,16,52); }

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

background-color css

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

 a { background-color: rgb(129,16,52); }

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

border-color css

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

 span { border-color: rgb(129,16,52); }

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