Html Css Color HEX #810937 Burgundy

📋 copy color: '#810937'

red 129 ◦ green 9 ◦ blue 55

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

Shades of Burgundy #810937

Tints of Burgundy #810937

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.66%

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

R = 66.84%
G = 4.66%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#810937 (or 0x810937) is known color: Burgundy. HEX triplet: 81, 09 and 37. RGB value is (129,9,55). Sum of RGB (Red+Green+Blue) = 129+9+55=193 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.84% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 129 - color contains mainly: red. Hex color #810937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810937 is #7EF6C8. Grayscale: #323232. Windows color (decimal): -8320713 or 3606913. OLE color: 3606913.

HSL color Cylindrical-coordinate representation of color #810937: hue angle of 337º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810937 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 9 55 -
CMYK 0 0.93 0.57 0.49
HSL 337º 0.87% 0.27% -
HSV(B) 337º 0.93% 0.51% -
XYZ 9.84 5.14 4.09 -
YUV 50.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 129 9 55 0 0.93 0.57 0.49 337 0.87 0.27
Hex 81 9 37 0 5D 39 31 151 57 1B
Octal 201 11 67 0 135 71 61 521 127 33
Binary 10000001 1001 110111 0 1011101 111001 110001 101010001 1010111 11011

Color Harmonies of #810937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810937

Black with #810937

Text Example


Text Example

White with #810937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810937; }

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

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

background-color css

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

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

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

border-color css

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

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

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