Html Css Color HEX #880431 Burgundy

📋 copy color: '#880431'

red 136 ◦ green 4 ◦ blue 49

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

Shades of Burgundy #880431

Tints of Burgundy #880431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 25.93%

R = 71.96%
G = 2.12%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#880431 (or 0x880431) is known color: Burgundy. HEX triplet: 88, 04 and 31. RGB value is (136,4,49). Sum of RGB (Red+Green+Blue) = 136+4+49=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #880431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880431 is #77FBCE. Grayscale: #303030. Windows color (decimal): -7863247 or 3212424. OLE color: 3212424.

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

Color convert

RGB 136 4 49 -
CMYK 0 0.97 0.64 0.47
HSL 339.55º 0.94% 0.27% -
HSV(B) 339.55º 0.97% 0.53% -
XYZ 10.75 5.54 3.41 -
YUV 48.6 128.23 190.34 -
System Red Green Blue C M Y K H S L
Decimal 136 4 49 0 0.97 0.64 0.47 339.55 0.94 0.27
Hex 88 4 31 0 61 40 2F 154 5E 1B
Octal 210 4 61 0 141 100 57 524 136 33
Binary 10001000 100 110001 0 1100001 1000000 101111 101010100 1011110 11011

Color Harmonies of #880431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880431

Black with #880431

Text Example


Text Example

White with #880431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880431; }

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

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

background-color css

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

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

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

border-color css

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

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

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