Html Css Color HEX #880419 Burgundy

📋 copy color: '#880419'

red 136 ◦ green 4 ◦ blue 25

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

Shades of Burgundy #880419

Tints of Burgundy #880419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.42%

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

R = 82.42%
G = 2.42%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#880419 (or 0x880419) is known color: Burgundy. HEX triplet: 88, 04 and 19. RGB value is (136,4,25). Sum of RGB (Red+Green+Blue) = 136+4+25=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 4 (1.95% from 255 or 2.42% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #880419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880419 is #77FBE6. Grayscale: #2D2D2D. Windows color (decimal): -7863271 or 1639560. OLE color: 1639560.

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

Color convert

RGB 136 4 25 -
CMYK 0 0.97 0.82 0.47
HSL 350.45º 0.94% 0.27% -
HSV(B) 350.45º 0.97% 0.53% -
XYZ 10.37 5.39 1.41 -
YUV 45.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 136 4 25 0 0.97 0.82 0.47 350.45 0.94 0.27
Hex 88 4 19 0 61 52 2F 15E 5E 1B
Octal 210 4 31 0 141 122 57 536 136 33
Binary 10001000 100 11001 0 1100001 1010010 101111 101011110 1011110 11011

Color Harmonies of #880419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880419

Black with #880419

Text Example


Text Example

White with #880419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880419; }

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

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

background-color css

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

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

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

border-color css

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

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

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