Html Css Color HEX #880519 Burgundy

📋 copy color: '#880519'

red 136 ◦ green 5 ◦ blue 25

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

Shades of Burgundy #880519

Tints of Burgundy #880519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.01%

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 81.93%
G = 3.01%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#880519 (or 0x880519) is known color: Burgundy. HEX triplet: 88, 05 and 19. RGB value is (136,5,25). Sum of RGB (Red+Green+Blue) = 136+5+25=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #880519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880519 is #77FAE6. Grayscale: #2E2E2E. Windows color (decimal): -7863015 or 1639816. OLE color: 1639816.

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

Color convert

RGB 136 5 25 -
CMYK 0 0.96 0.82 0.47
HSL 350.84º 0.93% 0.28% -
HSV(B) 350.84º 0.96% 0.53% -
XYZ 10.38 5.41 1.42 -
YUV 46.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 136 5 25 0 0.96 0.82 0.47 350.84 0.93 0.28
Hex 88 5 19 0 60 52 2F 15F 5D 1C
Octal 210 5 31 0 140 122 57 537 135 34
Binary 10001000 101 11001 0 1100000 1010010 101111 101011111 1011101 11100

Color Harmonies of #880519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880519

Black with #880519

Text Example


Text Example

White with #880519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880519; }

 p { color: rgb(136,5,25); }

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

background-color css

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

 a { background-color: rgb(136,5,25); }

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

border-color css

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

 span { border-color: rgb(136,5,25); }

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