Html Css Color HEX #880221 Burgundy

📋 copy color: '#880221'

red 136 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #880221

Tints of Burgundy #880221

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 33 (13.28% from 255) = 19.3%

R = 79.53%
G = 1.17%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#880221 (or 0x880221) is known color: Burgundy. HEX triplet: 88, 02 and 21. RGB value is (136,2,33). Sum of RGB (Red+Green+Blue) = 136+2+33=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #880221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880221 is #77FDDE. Grayscale: #2D2D2D. Windows color (decimal): -7863775 or 2163336. OLE color: 2163336.

HSL color Cylindrical-coordinate representation of color #880221: hue angle of 346.12º degrees, saturation: 0.97, 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 #880221 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 2 33 -
CMYK 0 0.99 0.76 0.47
HSL 346.12º 0.97% 0.27% -
HSV(B) 346.12º 0.99% 0.53% -
XYZ 10.45 5.39 1.93 -
YUV 45.6 120.89 192.48 -
System Red Green Blue C M Y K H S L
Decimal 136 2 33 0 0.99 0.76 0.47 346.12 0.97 0.27
Hex 88 2 21 0 63 4C 2F 15A 61 1B
Octal 210 2 41 0 143 114 57 532 141 33
Binary 10001000 10 100001 0 1100011 1001100 101111 101011010 1100001 11011

Color Harmonies of #880221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880221

Black with #880221

Text Example


Text Example

White with #880221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880221; }

 p { color: rgb(136,2,33); }

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

background-color css

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

 a { background-color: rgb(136,2,33); }

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

border-color css

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

 span { border-color: rgb(136,2,33); }

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