Html Css Color HEX #881131 Burgundy

📋 copy color: '#881131'

red 136 ◦ green 17 ◦ blue 49

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

Shades of Burgundy #881131

Tints of Burgundy #881131

RGB

 RED value IS 136 (53.52% from 255) = 67.33%

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

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

R = 67.33%
G = 8.42%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#881131 (or 0x881131) is known color: Burgundy. HEX triplet: 88, 11 and 31. RGB value is (136,17,49). Sum of RGB (Red+Green+Blue) = 136+17+49=202 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.33% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 136 - color contains mainly: red. Hex color #881131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881131 is #77EECE. Grayscale: #383838. Windows color (decimal): -7859919 or 3215752. OLE color: 3215752.

HSL color Cylindrical-coordinate representation of color #881131: hue angle of 343.87º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881131 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 49 -
CMYK 0 0.87 0.64 0.47
HSL 343.87º 0.78% 0.3% -
HSV(B) 343.87º 0.88% 0.53% -
XYZ 10.91 5.86 3.46 -
YUV 56.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 136 17 49 0 0.87 0.64 0.47 343.87 0.78 0.3
Hex 88 11 31 0 57 40 2F 158 4E 1E
Octal 210 21 61 0 127 100 57 530 116 36
Binary 10001000 10001 110001 0 1010111 1000000 101111 101011000 1001110 11110

Color Harmonies of #881131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881131

Black with #881131

Text Example


Text Example

White with #881131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881131; }

 p { color: rgb(136,17,49); }

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

background-color css

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

 a { background-color: rgb(136,17,49); }

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

border-color css

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

 span { border-color: rgb(136,17,49); }

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