Html Css Color HEX #880032 Burgundy

📋 copy color: '#880032'

red 136 ◦ green 0 ◦ blue 50

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

Shades of Burgundy #880032

Tints of Burgundy #880032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.12%
G = 0%
B = 26.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#880032 (or 0x880032) is known color: Burgundy. HEX triplet: 88, 00 and 32. RGB value is (136,0,50). Sum of RGB (Red+Green+Blue) = 136+0+50=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #880032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880032 is #77FFCD. Grayscale: #2E2E2E. Windows color (decimal): -7864270 or 3276936. OLE color: 3276936.

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

Color convert

RGB 136 0 50 -
CMYK 0 1 0.63 0.47
HSL 337.94º 1% 0.27% -
HSV(B) 337.94º 1% 0.53% -
XYZ 10.73 5.46 3.51 -
YUV 46.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 136 0 50 0 1 0.63 0.47 337.94 1 0.27
Hex 88 0 32 0 64 3F 2F 152 64 1B
Octal 210 0 62 0 144 77 57 522 144 33
Binary 10001000 0 110010 0 1100100 111111 101111 101010010 1100100 11011

Color Harmonies of #880032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880032

Black with #880032

Text Example


Text Example

White with #880032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880032; }

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

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

background-color css

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

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

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

border-color css

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

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

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