Html Css Color HEX #88011B Burgundy

📋 copy color: '#88011B'

red 136 ◦ green 1 ◦ blue 27

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

Shades of Burgundy #88011B

Tints of Burgundy #88011B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 27 (10.94% from 255) = 16.46%

R = 82.93%
G = 0.61%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#88011B (or 0x88011B) is known color: Burgundy. HEX triplet: 88, 01 and 1B. RGB value is (136,1,27). Sum of RGB (Red+Green+Blue) = 136+1+27=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 27 (10.94% from 255 or 16.46% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #88011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88011B is #77FEE4. Grayscale: #2C2C2C. Windows color (decimal): -7864037 or 1769864. OLE color: 1769864.

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

Color convert

RGB 136 1 27 -
CMYK 0 0.99 0.80 0.47
HSL 348.44º 0.99% 0.27% -
HSV(B) 348.44º 0.99% 0.53% -
XYZ 10.36 5.34 1.52 -
YUV 44.33 118.23 193.39 -
System Red Green Blue C M Y K H S L
Decimal 136 1 27 0 0.99 0.80 0.47 348.44 0.99 0.27
Hex 88 1 1B 0 63 50 2F 15C 63 1B
Octal 210 1 33 0 143 120 57 534 143 33
Binary 10001000 1 11011 0 1100011 1010000 101111 101011100 1100011 11011

Color Harmonies of #88011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88011B

Black with #88011B

Text Example


Text Example

White with #88011B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88011B; }

 p { color: rgb(136,1,27); }

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

background-color css

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

 a { background-color: rgb(136,1,27); }

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

border-color css

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

 span { border-color: rgb(136,1,27); }

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