Html Css Color HEX #881320 Burgundy

📋 copy color: '#881320'

red 136 ◦ green 19 ◦ blue 32

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

Shades of Burgundy #881320

Tints of Burgundy #881320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

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

R = 72.73%
G = 10.16%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#881320 (or 0x881320) is known color: Burgundy. HEX triplet: 88, 13 and 20. RGB value is (136,19,32). Sum of RGB (Red+Green+Blue) = 136+19+32=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #881320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881320 is #77ECDF. Grayscale: #373737. Windows color (decimal): -7859424 or 2102152. OLE color: 2102152.

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

Color convert

RGB 136 19 32 -
CMYK 0 0.86 0.76 0.47
HSL 353.33º 0.75% 0.3% -
HSV(B) 353.33º 0.86% 0.53% -
XYZ 10.65 5.8 1.93 -
YUV 55.47 114.76 185.44 -
System Red Green Blue C M Y K H S L
Decimal 136 19 32 0 0.86 0.76 0.47 353.33 0.75 0.3
Hex 88 13 20 0 56 4C 2F 161 4B 1E
Octal 210 23 40 0 126 114 57 541 113 36
Binary 10001000 10011 100000 0 1010110 1001100 101111 101100001 1001011 11110

Color Harmonies of #881320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881320

Black with #881320

Text Example


Text Example

White with #881320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881320; }

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

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

background-color css

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

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

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

border-color css

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

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

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