Html Css Color HEX #880118 Burgundy

📋 copy color: '#880118'

red 136 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #880118

Tints of Burgundy #880118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.91%

R = 84.47%
G = 0.62%
B = 14.91%

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

#880118 (or 0x880118) is known color: Burgundy. HEX triplet: 88, 01 and 18. RGB value is (136,1,24). Sum of RGB (Red+Green+Blue) = 136+1+24=161 (21% of max value = 765). Red value is 136 (53.52% from 255 or 84.47% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 136 - color contains mainly: red. Hex color #880118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880118 is #77FEE7. Grayscale: #2C2C2C. Windows color (decimal): -7864040 or 1573256. OLE color: 1573256.

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

Color convert

RGB 136 1 24 -
CMYK 0 0.99 0.82 0.47
HSL 349.78º 0.99% 0.27% -
HSV(B) 349.78º 0.99% 0.53% -
XYZ 10.33 5.32 1.35 -
YUV 43.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 136 1 24 0 0.99 0.82 0.47 349.78 0.99 0.27
Hex 88 1 18 0 63 52 2F 15E 63 1B
Octal 210 1 30 0 143 122 57 536 143 33
Binary 10001000 1 11000 0 1100011 1010010 101111 101011110 1100011 11011

Color Harmonies of #880118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880118

Black with #880118

Text Example


Text Example

White with #880118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880118; }

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

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

background-color css

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

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

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

border-color css

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

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

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