Html Css Color HEX #880B1D Burgundy

📋 copy color: '#880B1D'

red 136 ◦ green 11 ◦ blue 29

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

Shades of Burgundy #880B1D

Tints of Burgundy #880B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 77.27%
G = 6.25%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#880B1D (or 0x880B1D) is known color: Burgundy. HEX triplet: 88, 0B and 1D. RGB value is (136,11,29). Sum of RGB (Red+Green+Blue) = 136+11+29=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #880B1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B1D is #77F4E2. Grayscale: #323232. Windows color (decimal): -7861475 or 1903496. OLE color: 1903496.

HSL color Cylindrical-coordinate representation of color #880B1D: hue angle of 351.36º 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 #880B1D is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 11 29 -
CMYK 0 0.92 0.79 0.47
HSL 351.36º 0.85% 0.29% -
HSV(B) 351.36º 0.92% 0.53% -
XYZ 10.49 5.56 1.68 -
YUV 50.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 136 11 29 0 0.92 0.79 0.47 351.36 0.85 0.29
Hex 88 B 1D 0 5C 4F 2F 15F 55 1D
Octal 210 13 35 0 134 117 57 537 125 35
Binary 10001000 1011 11101 0 1011100 1001111 101111 101011111 1010101 11101

Color Harmonies of #880B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880B1D

Black with #880B1D

Text Example


Text Example

White with #880B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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