Html Css Color HEX #880029 Burgundy

📋 copy color: '#880029'

red 136 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #880029

Tints of Burgundy #880029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.84%
G = 0%
B = 23.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#880029 (or 0x880029) is known color: Burgundy. HEX triplet: 88, 00 and 29. RGB value is (136,0,41). Sum of RGB (Red+Green+Blue) = 136+0+41=177 (23% of max value = 765). Red value is 136 (53.52% from 255 or 76.84% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 41 (16.41% from 255 or 23.16% from 177); Max value from RGB is 136 - color contains mainly: red. Hex color #880029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880029 is #77FFD6. Grayscale: #2D2D2D. Windows color (decimal): -7864279 or 2687112. OLE color: 2687112.

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

Color convert

RGB 136 0 41 -
CMYK 0 1 0.70 0.47
HSL 341.91º 1% 0.27% -
HSV(B) 341.91º 1% 0.53% -
XYZ 10.55 5.39 2.58 -
YUV 45.34 125.56 192.67 -
System Red Green Blue C M Y K H S L
Decimal 136 0 41 0 1 0.70 0.47 341.91 1 0.27
Hex 88 0 29 0 64 46 2F 156 64 1B
Octal 210 0 51 0 144 106 57 526 144 33
Binary 10001000 0 101001 0 1100100 1000110 101111 101010110 1100100 11011

Color Harmonies of #880029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880029

Black with #880029

Text Example


Text Example

White with #880029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880029; }

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

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

background-color css

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

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

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

border-color css

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

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

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