Html Css Color HEX #880831 Burgundy

📋 copy color: '#880831'

red 136 ◦ green 8 ◦ blue 49

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

Shades of Burgundy #880831

Tints of Burgundy #880831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 70.47%
G = 4.15%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#880831 (or 0x880831) is known color: Burgundy. HEX triplet: 88, 08 and 31. RGB value is (136,8,49). Sum of RGB (Red+Green+Blue) = 136+8+49=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 49 (19.53% from 255 or 25.39% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #880831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880831 is #77F7CE. Grayscale: #323232. Windows color (decimal): -7862223 or 3213448. OLE color: 3213448.

HSL color Cylindrical-coordinate representation of color #880831: hue angle of 340.78º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880831 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 49 -
CMYK 0 0.94 0.64 0.47
HSL 340.78º 0.89% 0.28% -
HSV(B) 340.78º 0.94% 0.53% -
XYZ 10.79 5.63 3.42 -
YUV 50.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 136 8 49 0 0.94 0.64 0.47 340.78 0.89 0.28
Hex 88 8 31 0 5E 40 2F 155 59 1C
Octal 210 10 61 0 136 100 57 525 131 34
Binary 10001000 1000 110001 0 1011110 1000000 101111 101010101 1011001 11100

Color Harmonies of #880831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880831

Black with #880831

Text Example


Text Example

White with #880831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880831; }

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

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

background-color css

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

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

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

border-color css

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

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

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