Html Css Color HEX #811123 Burgundy

📋 copy color: '#811123'

red 129 ◦ green 17 ◦ blue 35

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

Shades of Burgundy #811123

Tints of Burgundy #811123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.34%

R = 71.27%
G = 9.39%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#811123 (or 0x811123) is known color: Burgundy. HEX triplet: 81, 11 and 23. RGB value is (129,17,35). Sum of RGB (Red+Green+Blue) = 129+17+35=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #811123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811123 is #7EEEDC. Grayscale: #343434. Windows color (decimal): -8318685 or 2298241. OLE color: 2298241.

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

Color convert

RGB 129 17 35 -
CMYK 0 0.87 0.73 0.49
HSL 350.36º 0.77% 0.29% -
HSV(B) 350.36º 0.87% 0.51% -
XYZ 9.56 5.19 2.09 -
YUV 52.54 118.11 182.54 -
System Red Green Blue C M Y K H S L
Decimal 129 17 35 0 0.87 0.73 0.49 350.36 0.77 0.29
Hex 81 11 23 0 57 49 31 15E 4D 1D
Octal 201 21 43 0 127 111 61 536 115 35
Binary 10000001 10001 100011 0 1010111 1001001 110001 101011110 1001101 11101

Color Harmonies of #811123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811123

Black with #811123

Text Example


Text Example

White with #811123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811123; }

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

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

background-color css

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

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

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

border-color css

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

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

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