Html Css Color HEX #810231 Burgundy

📋 copy color: '#810231'

red 129 ◦ green 2 ◦ blue 49

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

Shades of Burgundy #810231

Tints of Burgundy #810231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

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

R = 71.67%
G = 1.11%
B = 27.22%

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

#810231 (or 0x810231) is known color: Burgundy. HEX triplet: 81, 02 and 31. RGB value is (129,2,49). Sum of RGB (Red+Green+Blue) = 129+2+49=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #810231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #810231 is #7EFDCE. Grayscale: #2D2D2D. Windows color (decimal): -8322511 or 3211905. OLE color: 3211905.

HSL color Cylindrical-coordinate representation of color #810231: hue angle of 337.8º degrees, saturation: 0.97, 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 #810231 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 2 49 -
CMYK 0 0.98 0.62 0.49
HSL 337.8º 0.97% 0.26% -
HSV(B) 337.8º 0.98% 0.51% -
XYZ 9.63 4.93 3.35 -
YUV 45.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 129 2 49 0 0.98 0.62 0.49 337.8 0.97 0.26
Hex 81 2 31 0 62 3E 31 152 61 1A
Octal 201 2 61 0 142 76 61 522 141 32
Binary 10000001 10 110001 0 1100010 111110 110001 101010010 1100001 11010

Color Harmonies of #810231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810231

Black with #810231

Text Example


Text Example

White with #810231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810231; }

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

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

background-color css

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

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

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

border-color css

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

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

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