Html Css Color HEX #811121 Burgundy

📋 copy color: '#811121'

red 129 ◦ green 17 ◦ blue 33

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

Shades of Burgundy #811121

Tints of Burgundy #811121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 18.44%

R = 72.07%
G = 9.5%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#811121 (or 0x811121) is known color: Burgundy. HEX triplet: 81, 11 and 21. RGB value is (129,17,33). Sum of RGB (Red+Green+Blue) = 129+17+33=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #811121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811121 is #7EEEDE. Grayscale: #343434. Windows color (decimal): -8318687 or 2167169. OLE color: 2167169.

HSL color Cylindrical-coordinate representation of color #811121: hue angle of 351.43º 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 #811121 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 17 33 -
CMYK 0 0.87 0.74 0.49
HSL 351.43º 0.77% 0.29% -
HSV(B) 351.43º 0.87% 0.51% -
XYZ 9.53 5.18 1.94 -
YUV 52.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 129 17 33 0 0.87 0.74 0.49 351.43 0.77 0.29
Hex 81 11 21 0 57 4A 31 15F 4D 1D
Octal 201 21 41 0 127 112 61 537 115 35
Binary 10000001 10001 100001 0 1010111 1001010 110001 101011111 1001101 11101

Color Harmonies of #811121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811121

Black with #811121

Text Example


Text Example

White with #811121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811121; }

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

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

background-color css

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

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

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

border-color css

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

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

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