Html Css Color HEX #810434 Burgundy

📋 copy color: '#810434'

red 129 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #810434

Tints of Burgundy #810434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.16%

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

R = 69.73%
G = 2.16%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#810434 (or 0x810434) is known color: Burgundy. HEX triplet: 81, 04 and 34. RGB value is (129,4,52). Sum of RGB (Red+Green+Blue) = 129+4+52=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810434 is #7EFBCB. Grayscale: #2E2E2E. Windows color (decimal): -8321996 or 3409025. OLE color: 3409025.

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

Color convert

RGB 129 4 52 -
CMYK 0 0.97 0.60 0.49
HSL 336.96º 0.94% 0.26% -
HSV(B) 336.96º 0.97% 0.51% -
XYZ 9.72 5 3.7 -
YUV 46.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 129 4 52 0 0.97 0.60 0.49 336.96 0.94 0.26
Hex 81 4 34 0 61 3C 31 151 5E 1A
Octal 201 4 64 0 141 74 61 521 136 32
Binary 10000001 100 110100 0 1100001 111100 110001 101010001 1011110 11010

Color Harmonies of #810434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810434

Black with #810434

Text Example


Text Example

White with #810434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810434; }

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

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

background-color css

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

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

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

border-color css

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

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

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