Html Css Color HEX #880120 Burgundy

📋 copy color: '#880120'

red 136 ◦ green 1 ◦ blue 32

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

Shades of Burgundy #880120

Tints of Burgundy #880120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

 BLUE value IS 32 (12.89% from 255) = 18.93%

R = 80.47%
G = 0.59%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880120 (or 0x880120) is known color: Burgundy. HEX triplet: 88, 01 and 20. RGB value is (136,1,32). Sum of RGB (Red+Green+Blue) = 136+1+32=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 32 (12.89% from 255 or 18.93% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #880120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880120 is #77FEDF. Grayscale: #2C2C2C. Windows color (decimal): -7864032 or 2097544. OLE color: 2097544.

HSL color Cylindrical-coordinate representation of color #880120: hue angle of 346.22º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880120 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 32 -
CMYK 0 0.99 0.76 0.47
HSL 346.22º 0.99% 0.27% -
HSV(B) 346.22º 0.99% 0.53% -
XYZ 10.42 5.36 1.85 -
YUV 44.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 136 1 32 0 0.99 0.76 0.47 346.22 0.99 0.27
Hex 88 1 20 0 63 4C 2F 15A 63 1B
Octal 210 1 40 0 143 114 57 532 143 33
Binary 10001000 1 100000 0 1100011 1001100 101111 101011010 1100011 11011

Color Harmonies of #880120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880120

Black with #880120

Text Example


Text Example

White with #880120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880120; }

 p { color: rgb(136,1,32); }

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

background-color css

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

 a { background-color: rgb(136,1,32); }

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

border-color css

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

 span { border-color: rgb(136,1,32); }

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