Html Css Color HEX #880119 Burgundy

📋 copy color: '#880119'

red 136 ◦ green 1 ◦ blue 25

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

Shades of Burgundy #880119

Tints of Burgundy #880119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 83.95%
G = 0.62%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#880119 (or 0x880119) is known color: Burgundy. HEX triplet: 88, 01 and 19. RGB value is (136,1,25). Sum of RGB (Red+Green+Blue) = 136+1+25=162 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.95% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 136 - color contains mainly: red. Hex color #880119 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880119 is #77FEE6. Grayscale: #2C2C2C. Windows color (decimal): -7864039 or 1638792. OLE color: 1638792.

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

Color convert

RGB 136 1 25 -
CMYK 0 0.99 0.82 0.47
HSL 349.33º 0.99% 0.27% -
HSV(B) 349.33º 0.99% 0.53% -
XYZ 10.34 5.33 1.4 -
YUV 44.1 117.23 193.55 -
System Red Green Blue C M Y K H S L
Decimal 136 1 25 0 0.99 0.82 0.47 349.33 0.99 0.27
Hex 88 1 19 0 63 52 2F 15D 63 1B
Octal 210 1 31 0 143 122 57 535 143 33
Binary 10001000 1 11001 0 1100011 1010010 101111 101011101 1100011 11011

Color Harmonies of #880119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880119

Black with #880119

Text Example


Text Example

White with #880119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880119; }

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

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

background-color css

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

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

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

border-color css

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

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

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