Html Css Color HEX #880931 Burgundy

📋 copy color: '#880931'

red 136 ◦ green 9 ◦ blue 49

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

Shades of Burgundy #880931

Tints of Burgundy #880931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

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

R = 70.1%
G = 4.64%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#880931 (or 0x880931) is known color: Burgundy. HEX triplet: 88, 09 and 31. RGB value is (136,9,49). Sum of RGB (Red+Green+Blue) = 136+9+49=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 49 (19.53% from 255 or 25.26% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #880931 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880931 is #77F6CE. Grayscale: #333333. Windows color (decimal): -7861967 or 3213704. OLE color: 3213704.

HSL color Cylindrical-coordinate representation of color #880931: hue angle of 341.1º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880931 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 49 -
CMYK 0 0.93 0.64 0.47
HSL 341.1º 0.88% 0.28% -
HSV(B) 341.1º 0.93% 0.53% -
XYZ 10.81 5.65 3.43 -
YUV 51.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 136 9 49 0 0.93 0.64 0.47 341.1 0.88 0.28
Hex 88 9 31 0 5D 40 2F 155 58 1C
Octal 210 11 61 0 135 100 57 525 130 34
Binary 10001000 1001 110001 0 1011101 1000000 101111 101010101 1011000 11100

Color Harmonies of #880931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880931

Black with #880931

Text Example


Text Example

White with #880931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880931; }

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

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

background-color css

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

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

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

border-color css

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

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

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