Html Css Color HEX #880322 Burgundy

📋 copy color: '#880322'

red 136 ◦ green 3 ◦ blue 34

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

Shades of Burgundy #880322

Tints of Burgundy #880322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 78.61%
G = 1.73%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#880322 (or 0x880322) is known color: Burgundy. HEX triplet: 88, 03 and 22. RGB value is (136,3,34). Sum of RGB (Red+Green+Blue) = 136+3+34=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #880322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880322 is #77FCDD. Grayscale: #2E2E2E. Windows color (decimal): -7863518 or 2229128. OLE color: 2229128.

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

Color convert

RGB 136 3 34 -
CMYK 0 0.98 0.75 0.47
HSL 346.02º 0.96% 0.27% -
HSV(B) 346.02º 0.98% 0.53% -
XYZ 10.47 5.41 2.01 -
YUV 46.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 136 3 34 0 0.98 0.75 0.47 346.02 0.96 0.27
Hex 88 3 22 0 62 4B 2F 15A 60 1B
Octal 210 3 42 0 142 113 57 532 140 33
Binary 10001000 11 100010 0 1100010 1001011 101111 101011010 1100000 11011

Color Harmonies of #880322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880322

Black with #880322

Text Example


Text Example

White with #880322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880322; }

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

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

background-color css

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

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

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

border-color css

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

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

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