Html Css Color HEX #88101D Burgundy

📋 copy color: '#88101D'

red 136 ◦ green 16 ◦ blue 29

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

Shades of Burgundy #88101D

Tints of Burgundy #88101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 75.14%
G = 8.84%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88101D (or 0x88101D) is known color: Burgundy. HEX triplet: 88, 10 and 1D. RGB value is (136,16,29). Sum of RGB (Red+Green+Blue) = 136+16+29=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #88101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88101D is #77EFE2. Grayscale: #353535. Windows color (decimal): -7860195 or 1904776. OLE color: 1904776.

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

Color convert

RGB 136 16 29 -
CMYK 0 0.88 0.79 0.47
HSL 353.5º 0.79% 0.3% -
HSV(B) 353.5º 0.88% 0.53% -
XYZ 10.56 5.69 1.7 -
YUV 53.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 136 16 29 0 0.88 0.79 0.47 353.5 0.79 0.3
Hex 88 10 1D 0 58 4F 2F 162 4F 1E
Octal 210 20 35 0 130 117 57 542 117 36
Binary 10001000 10000 11101 0 1011000 1001111 101111 101100010 1001111 11110

Color Harmonies of #88101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88101D

Black with #88101D

Text Example


Text Example

White with #88101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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