Html Css Color HEX #880132 Burgundy

📋 copy color: '#880132'

red 136 ◦ green 1 ◦ blue 50

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

Shades of Burgundy #880132

Tints of Burgundy #880132

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 72.73%
G = 0.53%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#880132 (or 0x880132) is known color: Burgundy. HEX triplet: 88, 01 and 32. RGB value is (136,1,50). Sum of RGB (Red+Green+Blue) = 136+1+50=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #880132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880132 is #77FECD. Grayscale: #2E2E2E. Windows color (decimal): -7864014 or 3277192. OLE color: 3277192.

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

Color convert

RGB 136 1 50 -
CMYK 0 0.99 0.63 0.47
HSL 338.22º 0.99% 0.27% -
HSV(B) 338.22º 0.99% 0.53% -
XYZ 10.74 5.49 3.51 -
YUV 46.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 136 1 50 0 0.99 0.63 0.47 338.22 0.99 0.27
Hex 88 1 32 0 63 3F 2F 152 63 1B
Octal 210 1 62 0 143 77 57 522 143 33
Binary 10001000 1 110010 0 1100011 111111 101111 101010010 1100011 11011

Color Harmonies of #880132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880132

Black with #880132

Text Example


Text Example

White with #880132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880132; }

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

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

background-color css

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

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

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

border-color css

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

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

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