Html Css Color HEX #880329 Burgundy

📋 copy color: '#880329'

red 136 ◦ green 3 ◦ blue 41

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

Shades of Burgundy #880329

Tints of Burgundy #880329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

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

R = 75.56%
G = 1.67%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#880329 (or 0x880329) is known color: Burgundy. HEX triplet: 88, 03 and 29. RGB value is (136,3,41). Sum of RGB (Red+Green+Blue) = 136+3+41=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #880329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880329 is #77FCD6. Grayscale: #2F2F2F. Windows color (decimal): -7863511 or 2687880. OLE color: 2687880.

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

Color convert

RGB 136 3 41 -
CMYK 0 0.98 0.70 0.47
HSL 342.86º 0.96% 0.27% -
HSV(B) 342.86º 0.98% 0.53% -
XYZ 10.59 5.46 2.59 -
YUV 47.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 136 3 41 0 0.98 0.70 0.47 342.86 0.96 0.27
Hex 88 3 29 0 62 46 2F 157 60 1B
Octal 210 3 51 0 142 106 57 527 140 33
Binary 10001000 11 101001 0 1100010 1000110 101111 101010111 1100000 11011

Color Harmonies of #880329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880329

Black with #880329

Text Example


Text Example

White with #880329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880329; }

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

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

background-color css

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

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

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

border-color css

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

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

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