Html Css Color HEX #880731 Burgundy

📋 copy color: '#880731'

red 136 ◦ green 7 ◦ blue 49

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

Shades of Burgundy #880731

Tints of Burgundy #880731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.65%

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

R = 70.83%
G = 3.65%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#880731 (or 0x880731) is known color: Burgundy. HEX triplet: 88, 07 and 31. RGB value is (136,7,49). Sum of RGB (Red+Green+Blue) = 136+7+49=192 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.83% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 136 - color contains mainly: red. Hex color #880731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880731 is #77F8CE. Grayscale: #323232. Windows color (decimal): -7862479 or 3213192. OLE color: 3213192.

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

Color convert

RGB 136 7 49 -
CMYK 0 0.95 0.64 0.47
HSL 340.47º 0.9% 0.28% -
HSV(B) 340.47º 0.95% 0.53% -
XYZ 10.78 5.61 3.42 -
YUV 50.36 127.24 189.08 -
System Red Green Blue C M Y K H S L
Decimal 136 7 49 0 0.95 0.64 0.47 340.47 0.9 0.28
Hex 88 7 31 0 5F 40 2F 154 5A 1C
Octal 210 7 61 0 137 100 57 524 132 34
Binary 10001000 111 110001 0 1011111 1000000 101111 101010100 1011010 11100

Color Harmonies of #880731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880731

Black with #880731

Text Example


Text Example

White with #880731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880731; }

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

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

background-color css

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

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

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

border-color css

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

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

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