Html Css Color HEX #88112A Burgundy

📋 copy color: '#88112A'

red 136 ◦ green 17 ◦ blue 42

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

Shades of Burgundy #88112A

Tints of Burgundy #88112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.72%

 BLUE value IS 42 (16.8% from 255) = 21.54%

R = 69.74%
G = 8.72%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88112A (or 0x88112A) is known color: Burgundy. HEX triplet: 88, 11 and 2A. RGB value is (136,17,42). Sum of RGB (Red+Green+Blue) = 136+17+42=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #88112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88112A is #77EED5. Grayscale: #373737. Windows color (decimal): -7859926 or 2757000. OLE color: 2757000.

HSL color Cylindrical-coordinate representation of color #88112A: hue angle of 347.39º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88112A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 42 -
CMYK 0 0.87 0.69 0.47
HSL 347.4º 0.78% 0.3% -
HSV(B) 347.4º 0.88% 0.53% -
XYZ 10.77 5.8 2.74 -
YUV 55.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 136 17 42 0 0.87 0.69 0.47 347.4 0.78 0.3
Hex 88 11 2A 0 57 45 2F 15B 4E 1E
Octal 210 21 52 0 127 105 57 533 116 36
Binary 10001000 10001 101010 0 1010111 1000101 101111 101011011 1001110 11110

Color Harmonies of #88112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88112A

Black with #88112A

Text Example


Text Example

White with #88112A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88112A; }

 p { color: rgb(136,17,42); }

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

background-color css

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

 a { background-color: rgb(136,17,42); }

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

border-color css

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

 span { border-color: rgb(136,17,42); }

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