Html Css Color HEX #880532 Burgundy

📋 copy color: '#880532'

red 136 ◦ green 5 ◦ blue 50

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

Shades of Burgundy #880532

Tints of Burgundy #880532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.62%

 BLUE value IS 50 (19.92% from 255) = 26.18%

R = 71.2%
G = 2.62%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#880532 (or 0x880532) is known color: Burgundy. HEX triplet: 88, 05 and 32. RGB value is (136,5,50). Sum of RGB (Red+Green+Blue) = 136+5+50=191 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.20% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 136 - color contains mainly: red. Hex color #880532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880532 is #77FACD. Grayscale: #313131. Windows color (decimal): -7862990 or 3278216. OLE color: 3278216.

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

Color convert

RGB 136 5 50 -
CMYK 0 0.96 0.63 0.47
HSL 339.39º 0.93% 0.28% -
HSV(B) 339.39º 0.96% 0.53% -
XYZ 10.78 5.57 3.52 -
YUV 49.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 136 5 50 0 0.96 0.63 0.47 339.39 0.93 0.28
Hex 88 5 32 0 60 3F 2F 153 5D 1C
Octal 210 5 62 0 140 77 57 523 135 34
Binary 10001000 101 110010 0 1100000 111111 101111 101010011 1011101 11100

Color Harmonies of #880532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880532

Black with #880532

Text Example


Text Example

White with #880532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880532; }

 p { color: rgb(136,5,50); }

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

background-color css

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

 a { background-color: rgb(136,5,50); }

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

border-color css

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

 span { border-color: rgb(136,5,50); }

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