Html Css Color HEX #810731 Burgundy

📋 copy color: '#810731'

red 129 ◦ green 7 ◦ blue 49

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

Shades of Burgundy #810731

Tints of Burgundy #810731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

 BLUE value IS 49 (19.53% from 255) = 26.49%

R = 69.73%
G = 3.78%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#810731 (or 0x810731) is known color: Burgundy. HEX triplet: 81, 07 and 31. RGB value is (129,7,49). Sum of RGB (Red+Green+Blue) = 129+7+49=185 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.73% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 129 - color contains mainly: red. Hex color #810731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810731 is #7EF8CE. Grayscale: #303030. Windows color (decimal): -8321231 or 3213185. OLE color: 3213185.

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

Color convert

RGB 129 7 49 -
CMYK 0 0.95 0.62 0.49
HSL 339.34º 0.9% 0.27% -
HSV(B) 339.34º 0.95% 0.51% -
XYZ 9.68 5.04 3.37 -
YUV 48.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 129 7 49 0 0.95 0.62 0.49 339.34 0.9 0.27
Hex 81 7 31 0 5F 3E 31 153 5A 1B
Octal 201 7 61 0 137 76 61 523 132 33
Binary 10000001 111 110001 0 1011111 111110 110001 101010011 1011010 11011

Color Harmonies of #810731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810731

Black with #810731

Text Example


Text Example

White with #810731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810731; }

 p { color: rgb(129,7,49); }

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

background-color css

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

 a { background-color: rgb(129,7,49); }

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

border-color css

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

 span { border-color: rgb(129,7,49); }

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