Html Css Color HEX #88111D Burgundy

📋 copy color: '#88111D'

red 136 ◦ green 17 ◦ blue 29

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

Shades of Burgundy #88111D

Tints of Burgundy #88111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 74.73%
G = 9.34%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88111D (or 0x88111D) is known color: Burgundy. HEX triplet: 88, 11 and 1D. RGB value is (136,17,29). Sum of RGB (Red+Green+Blue) = 136+17+29=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #88111D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88111D is #77EEE2. Grayscale: #363636. Windows color (decimal): -7859939 or 1905032. OLE color: 1905032.

HSL color Cylindrical-coordinate representation of color #88111D: hue angle of 353.95º 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 #88111D is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 17 29 -
CMYK 0 0.87 0.79 0.47
HSL 353.95º 0.78% 0.3% -
HSV(B) 353.95º 0.88% 0.53% -
XYZ 10.58 5.72 1.71 -
YUV 53.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 136 17 29 0 0.87 0.79 0.47 353.95 0.78 0.3
Hex 88 11 1D 0 57 4F 2F 162 4E 1E
Octal 210 21 35 0 127 117 57 542 116 36
Binary 10001000 10001 11101 0 1010111 1001111 101111 101100010 1001110 11110

Color Harmonies of #88111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88111D

Black with #88111D

Text Example


Text Example

White with #88111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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