Html Css Color HEX #880222 Burgundy

📋 copy color: '#880222'

red 136 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #880222

Tints of Burgundy #880222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.77%

R = 79.07%
G = 1.16%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#880222 (or 0x880222) is known color: Burgundy. HEX triplet: 88, 02 and 22. RGB value is (136,2,34). Sum of RGB (Red+Green+Blue) = 136+2+34=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #880222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880222 is #77FDDD. Grayscale: #2D2D2D. Windows color (decimal): -7863774 or 2228872. OLE color: 2228872.

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

Color convert

RGB 136 2 34 -
CMYK 0 0.99 0.75 0.47
HSL 345.67º 0.97% 0.27% -
HSV(B) 345.67º 0.99% 0.53% -
XYZ 10.46 5.39 2 -
YUV 45.71 121.39 192.4 -
System Red Green Blue C M Y K H S L
Decimal 136 2 34 0 0.99 0.75 0.47 345.67 0.97 0.27
Hex 88 2 22 0 63 4B 2F 15A 61 1B
Octal 210 2 42 0 143 113 57 532 141 33
Binary 10001000 10 100010 0 1100011 1001011 101111 101011010 1100001 11011

Color Harmonies of #880222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880222

Black with #880222

Text Example


Text Example

White with #880222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880222; }

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

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

background-color css

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

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

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

border-color css

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

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

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