Html Css Color HEX #811124 Burgundy

📋 copy color: '#811124'

red 129 ◦ green 17 ◦ blue 36

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

Shades of Burgundy #811124

Tints of Burgundy #811124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 36 (14.45% from 255) = 19.78%

R = 70.88%
G = 9.34%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#811124 (or 0x811124) is known color: Burgundy. HEX triplet: 81, 11 and 24. RGB value is (129,17,36). Sum of RGB (Red+Green+Blue) = 129+17+36=182 (24% of max value = 765). Red value is 129 (50.78% from 255 or 70.88% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 36 (14.45% from 255 or 19.78% from 182); Max value from RGB is 129 - color contains mainly: red. Hex color #811124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811124 is #7EEEDB. Grayscale: #343434. Windows color (decimal): -8318684 or 2363777. OLE color: 2363777.

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

Color convert

RGB 129 17 36 -
CMYK 0 0.87 0.72 0.49
HSL 349.82º 0.77% 0.29% -
HSV(B) 349.82º 0.87% 0.51% -
XYZ 9.57 5.2 2.17 -
YUV 52.65 118.61 182.46 -
System Red Green Blue C M Y K H S L
Decimal 129 17 36 0 0.87 0.72 0.49 349.82 0.77 0.29
Hex 81 11 24 0 57 48 31 15E 4D 1D
Octal 201 21 44 0 127 110 61 536 115 35
Binary 10000001 10001 100100 0 1010111 1001000 110001 101011110 1001101 11101

Color Harmonies of #811124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811124

Black with #811124

Text Example


Text Example

White with #811124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811124; }

 p { color: rgb(129,17,36); }

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

background-color css

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

 a { background-color: rgb(129,17,36); }

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

border-color css

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

 span { border-color: rgb(129,17,36); }

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