Html Css Color HEX #88101E Burgundy

📋 copy color: '#88101E'

red 136 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #88101E

Tints of Burgundy #88101E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.48%

R = 74.73%
G = 8.79%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#88101E (or 0x88101E) is known color: Burgundy. HEX triplet: 88, 10 and 1E. RGB value is (136,16,30). Sum of RGB (Red+Green+Blue) = 136+16+30=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #88101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88101E is #77EFE1. Grayscale: #353535. Windows color (decimal): -7860194 or 1970312. OLE color: 1970312.

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

Color convert

RGB 136 16 30 -
CMYK 0 0.88 0.78 0.47
HSL 353º 0.79% 0.3% -
HSV(B) 353º 0.88% 0.53% -
XYZ 10.57 5.7 1.77 -
YUV 53.48 114.76 186.86 -
System Red Green Blue C M Y K H S L
Decimal 136 16 30 0 0.88 0.78 0.47 353 0.79 0.3
Hex 88 10 1E 0 58 4E 2F 161 4F 1E
Octal 210 20 36 0 130 116 57 541 117 36
Binary 10001000 10000 11110 0 1011000 1001110 101111 101100001 1001111 11110

Color Harmonies of #88101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88101E

Black with #88101E

Text Example


Text Example

White with #88101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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