Html Css Color HEX #880019 Burgundy

📋 copy color: '#880019'

red 136 ◦ green 0 ◦ blue 25

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

Shades of Burgundy #880019

Tints of Burgundy #880019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.47%
G = 0%
B = 15.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#880019 (or 0x880019) is known color: Burgundy. HEX triplet: 88, 00 and 19. RGB value is (136,0,25). Sum of RGB (Red+Green+Blue) = 136+0+25=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 25 (10.16% from 255 or 15.53% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880019 is #77FFE6. Grayscale: #2B2B2B. Windows color (decimal): -7864295 or 1638536. OLE color: 1638536.

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

Color convert

RGB 136 0 25 -
CMYK 0 1 0.82 0.47
HSL 348.97º 1% 0.27% -
HSV(B) 348.97º 1% 0.53% -
XYZ 10.33 5.3 1.4 -
YUV 43.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 136 0 25 0 1 0.82 0.47 348.97 1 0.27
Hex 88 0 19 0 64 52 2F 15D 64 1B
Octal 210 0 31 0 144 122 57 535 144 33
Binary 10001000 0 11001 0 1100100 1010010 101111 101011101 1100100 11011

Color Harmonies of #880019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880019

Black with #880019

Text Example


Text Example

White with #880019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880019; }

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

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

background-color css

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

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

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

border-color css

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

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

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