Html Css Color HEX #880E20 Burgundy

📋 copy color: '#880E20'

red 136 ◦ green 14 ◦ blue 32

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

Shades of Burgundy #880E20

Tints of Burgundy #880E20

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.69%

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

R = 74.73%
G = 7.69%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880E20 (or 0x880E20) is known color: Burgundy. HEX triplet: 88, 0E and 20. RGB value is (136,14,32). Sum of RGB (Red+Green+Blue) = 136+14+32=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 14 (5.86% from 255 or 7.69% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #880E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880E20 is #77F1DF. Grayscale: #343434. Windows color (decimal): -7860704 or 2100872. OLE color: 2100872.

HSL color Cylindrical-coordinate representation of color #880E20: hue angle of 351.15º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880E20 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 14 32 -
CMYK 0 0.90 0.76 0.47
HSL 351.15º 0.81% 0.29% -
HSV(B) 351.15º 0.9% 0.53% -
XYZ 10.57 5.65 1.9 -
YUV 52.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 136 14 32 0 0.90 0.76 0.47 351.15 0.81 0.29
Hex 88 E 20 0 5A 4C 2F 15F 51 1D
Octal 210 16 40 0 132 114 57 537 121 35
Binary 10001000 1110 100000 0 1011010 1001100 101111 101011111 1010001 11101

Color Harmonies of #880E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E20

Black with #880E20

Text Example


Text Example

White with #880E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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