Html Css Color HEX #880331 Burgundy

📋 copy color: '#880331'

red 136 ◦ green 3 ◦ blue 49

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

Shades of Burgundy #880331

Tints of Burgundy #880331

RGB

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

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

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

R = 72.34%
G = 1.6%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#880331 (or 0x880331) is known color: Burgundy. HEX triplet: 88, 03 and 31. RGB value is (136,3,49). Sum of RGB (Red+Green+Blue) = 136+3+49=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #880331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880331 is #77FCCE. Grayscale: #2F2F2F. Windows color (decimal): -7863503 or 3212168. OLE color: 3212168.

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

Color convert

RGB 136 3 49 -
CMYK 0 0.98 0.64 0.47
HSL 339.25º 0.96% 0.27% -
HSV(B) 339.25º 0.98% 0.53% -
XYZ 10.74 5.52 3.41 -
YUV 48.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 136 3 49 0 0.98 0.64 0.47 339.25 0.96 0.27
Hex 88 3 31 0 62 40 2F 153 60 1B
Octal 210 3 61 0 142 100 57 523 140 33
Binary 10001000 11 110001 0 1100010 1000000 101111 101010011 1100000 11011

Color Harmonies of #880331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880331

Black with #880331

Text Example


Text Example

White with #880331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880331; }

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

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

background-color css

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

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

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

border-color css

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

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

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