Html Css Color HEX #880129 Burgundy

📋 copy color: '#880129'

red 136 ◦ green 1 ◦ blue 41

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

Shades of Burgundy #880129

Tints of Burgundy #880129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 76.4%
G = 0.56%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#880129 (or 0x880129) is known color: Burgundy. HEX triplet: 88, 01 and 29. RGB value is (136,1,41). Sum of RGB (Red+Green+Blue) = 136+1+41=178 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.40% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 136 - color contains mainly: red. Hex color #880129 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880129 is #77FED6. Grayscale: #2D2D2D. Windows color (decimal): -7864023 or 2687368. OLE color: 2687368.

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

Color convert

RGB 136 1 41 -
CMYK 0 0.99 0.70 0.47
HSL 342.22º 0.99% 0.27% -
HSV(B) 342.22º 0.99% 0.53% -
XYZ 10.56 5.42 2.59 -
YUV 45.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 136 1 41 0 0.99 0.70 0.47 342.22 0.99 0.27
Hex 88 1 29 0 63 46 2F 156 63 1B
Octal 210 1 51 0 143 106 57 526 143 33
Binary 10001000 1 101001 0 1100011 1000110 101111 101010110 1100011 11011

Color Harmonies of #880129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880129

Black with #880129

Text Example


Text Example

White with #880129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880129; }

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

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

background-color css

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

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

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

border-color css

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

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

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