Html Css Color HEX #810331 Burgundy

📋 copy color: '#810331'

red 129 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #810331

Tints of Burgundy #810331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

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

R = 71.27%
G = 1.66%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#810331 (or 0x810331) is known color: Burgundy. HEX triplet: 81, 03 and 31. RGB value is (129,3,49). Sum of RGB (Red+Green+Blue) = 129+3+49=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #810331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810331 is #7EFCCE. Grayscale: #2D2D2D. Windows color (decimal): -8322255 or 3212161. OLE color: 3212161.

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

Color convert

RGB 129 3 49 -
CMYK 0 0.98 0.62 0.49
HSL 338.1º 0.95% 0.26% -
HSV(B) 338.1º 0.98% 0.51% -
XYZ 9.64 4.95 3.35 -
YUV 45.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 129 3 49 0 0.98 0.62 0.49 338.1 0.95 0.26
Hex 81 3 31 0 62 3E 31 152 5F 1A
Octal 201 3 61 0 142 76 61 522 137 32
Binary 10000001 11 110001 0 1100010 111110 110001 101010010 1011111 11010

Color Harmonies of #810331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810331

Black with #810331

Text Example


Text Example

White with #810331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810331; }

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

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

background-color css

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

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

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

border-color css

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

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

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