Html Css Color HEX #810537 Burgundy

📋 copy color: '#810537'

red 129 ◦ green 5 ◦ blue 55

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

Shades of Burgundy #810537

Tints of Burgundy #810537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 29.1%

R = 68.25%
G = 2.65%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#810537 (or 0x810537) is known color: Burgundy. HEX triplet: 81, 05 and 37. RGB value is (129,5,55). Sum of RGB (Red+Green+Blue) = 129+5+55=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 55 (21.88% from 255 or 29.10% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #810537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810537 is #7EFAC8. Grayscale: #2F2F2F. Windows color (decimal): -8321737 or 3605889. OLE color: 3605889.

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

Color convert

RGB 129 5 55 -
CMYK 0 0.96 0.57 0.49
HSL 335.81º 0.93% 0.26% -
HSV(B) 335.81º 0.96% 0.51% -
XYZ 9.8 5.05 4.07 -
YUV 47.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 129 5 55 0 0.96 0.57 0.49 335.81 0.93 0.26
Hex 81 5 37 0 60 39 31 150 5D 1A
Octal 201 5 67 0 140 71 61 520 135 32
Binary 10000001 101 110111 0 1100000 111001 110001 101010000 1011101 11010

Color Harmonies of #810537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810537

Black with #810537

Text Example


Text Example

White with #810537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810537; }

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

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

background-color css

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

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

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

border-color css

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

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

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