Html Css Color HEX #880219 Burgundy

📋 copy color: '#880219'

red 136 ◦ green 2 ◦ blue 25

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

Shades of Burgundy #880219

Tints of Burgundy #880219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

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

R = 83.44%
G = 1.23%
B = 15.34%

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

#880219 (or 0x880219) is known color: Burgundy. HEX triplet: 88, 02 and 19. RGB value is (136,2,25). Sum of RGB (Red+Green+Blue) = 136+2+25=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #880219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880219 is #77FDE6. Grayscale: #2C2C2C. Windows color (decimal): -7863783 or 1639048. OLE color: 1639048.

HSL color Cylindrical-coordinate representation of color #880219: hue angle of 349.7º degrees, saturation: 0.97, 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 #880219 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 25 -
CMYK 0 0.99 0.82 0.47
HSL 349.7º 0.97% 0.27% -
HSV(B) 349.7º 0.99% 0.53% -
XYZ 10.35 5.35 1.41 -
YUV 44.69 116.89 193.13 -
System Red Green Blue C M Y K H S L
Decimal 136 2 25 0 0.99 0.82 0.47 349.7 0.97 0.27
Hex 88 2 19 0 63 52 2F 15E 61 1B
Octal 210 2 31 0 143 122 57 536 141 33
Binary 10001000 10 11001 0 1100011 1010010 101111 101011110 1100001 11011

Color Harmonies of #880219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880219

Black with #880219

Text Example


Text Example

White with #880219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880219; }

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

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

background-color css

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

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

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

border-color css

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

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

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