Html Css Color HEX #811128 Burgundy

📋 copy color: '#811128'

red 129 ◦ green 17 ◦ blue 40

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

Shades of Burgundy #811128

Tints of Burgundy #811128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 69.35%
G = 9.14%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#811128 (or 0x811128) is known color: Burgundy. HEX triplet: 81, 11 and 28. RGB value is (129,17,40). Sum of RGB (Red+Green+Blue) = 129+17+40=186 (24% of max value = 765). Red value is 129 (50.78% from 255 or 69.35% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 129 - color contains mainly: red. Hex color #811128 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #811128 is #7EEED7. Grayscale: #353535. Windows color (decimal): -8318680 or 2625921. OLE color: 2625921.

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

Color convert

RGB 129 17 40 -
CMYK 0 0.87 0.69 0.49
HSL 347.68º 0.77% 0.29% -
HSV(B) 347.68º 0.87% 0.51% -
XYZ 9.64 5.22 2.51 -
YUV 53.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 129 17 40 0 0.87 0.69 0.49 347.68 0.77 0.29
Hex 81 11 28 0 57 45 31 15C 4D 1D
Octal 201 21 50 0 127 105 61 534 115 35
Binary 10000001 10001 101000 0 1010111 1000101 110001 101011100 1001101 11101

Color Harmonies of #811128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811128

Black with #811128

Text Example


Text Example

White with #811128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811128; }

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

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

background-color css

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

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

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

border-color css

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

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

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