Html Css Color HEX #880320 Burgundy

📋 copy color: '#880320'

red 136 ◦ green 3 ◦ blue 32

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

Shades of Burgundy #880320

Tints of Burgundy #880320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

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

R = 79.53%
G = 1.75%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880320 (or 0x880320) is known color: Burgundy. HEX triplet: 88, 03 and 20. RGB value is (136,3,32). Sum of RGB (Red+Green+Blue) = 136+3+32=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #880320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880320 is #77FCDF. Grayscale: #2E2E2E. Windows color (decimal): -7863520 or 2098056. OLE color: 2098056.

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

Color convert

RGB 136 3 32 -
CMYK 0 0.98 0.76 0.47
HSL 346.92º 0.96% 0.27% -
HSV(B) 346.92º 0.98% 0.53% -
XYZ 10.45 5.4 1.86 -
YUV 46.07 120.06 192.14 -
System Red Green Blue C M Y K H S L
Decimal 136 3 32 0 0.98 0.76 0.47 346.92 0.96 0.27
Hex 88 3 20 0 62 4C 2F 15B 60 1B
Octal 210 3 40 0 142 114 57 533 140 33
Binary 10001000 11 100000 0 1100010 1001100 101111 101011011 1100000 11011

Color Harmonies of #880320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880320

Black with #880320

Text Example


Text Example

White with #880320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880320; }

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

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

background-color css

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

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

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

border-color css

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

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

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