Html Css Color HEX #880B2C Burgundy

📋 copy color: '#880B2C'

red 136 ◦ green 11 ◦ blue 44

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

Shades of Burgundy #880B2C

Tints of Burgundy #880B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.76%

 BLUE value IS 44 (17.58% from 255) = 23.04%

R = 71.2%
G = 5.76%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#880B2C (or 0x880B2C) is known color: Burgundy. HEX triplet: 88, 0B and 2C. RGB value is (136,11,44). Sum of RGB (Red+Green+Blue) = 136+11+44=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B2C is #77F4D3. Grayscale: #343434. Windows color (decimal): -7861460 or 2886536. OLE color: 2886536.

HSL color Cylindrical-coordinate representation of color #880B2C: hue angle of 344.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B2C is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 11 44 -
CMYK 0 0.92 0.68 0.47
HSL 344.16º 0.85% 0.29% -
HSV(B) 344.16º 0.92% 0.53% -
XYZ 10.73 5.66 2.91 -
YUV 52.14 123.41 187.82 -
System Red Green Blue C M Y K H S L
Decimal 136 11 44 0 0.92 0.68 0.47 344.16 0.85 0.29
Hex 88 B 2C 0 5C 44 2F 158 55 1D
Octal 210 13 54 0 134 104 57 530 125 35
Binary 10001000 1011 101100 0 1011100 1000100 101111 101011000 1010101 11101

Color Harmonies of #880B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B2C

Black with #880B2C

Text Example


Text Example

White with #880B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880B2C; }

 p { color: rgb(136,11,44); }

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

background-color css

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

 a { background-color: rgb(136,11,44); }

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

border-color css

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

 span { border-color: rgb(136,11,44); }

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