Html Css Color HEX #88011D Burgundy

📋 copy color: '#88011D'

red 136 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #88011D

Tints of Burgundy #88011D

RGB

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

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

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

R = 81.93%
G = 0.6%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#88011D (or 0x88011D) is known color: Burgundy. HEX triplet: 88, 01 and 1D. RGB value is (136,1,29). Sum of RGB (Red+Green+Blue) = 136+1+29=166 (21% of max value = 765). Red value is 136 (53.52% from 255 or 81.93% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 136 - color contains mainly: red. Hex color #88011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88011D is #77FEE2. Grayscale: #2C2C2C. Windows color (decimal): -7864035 or 1900936. OLE color: 1900936.

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

Color convert

RGB 136 1 29 -
CMYK 0 0.99 0.79 0.47
HSL 347.56º 0.99% 0.27% -
HSV(B) 347.56º 0.99% 0.53% -
XYZ 10.39 5.34 1.65 -
YUV 44.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 136 1 29 0 0.99 0.79 0.47 347.56 0.99 0.27
Hex 88 1 1D 0 63 4F 2F 15C 63 1B
Octal 210 1 35 0 143 117 57 534 143 33
Binary 10001000 1 11101 0 1100011 1001111 101111 101011100 1100011 11011

Color Harmonies of #88011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88011D

Black with #88011D

Text Example


Text Example

White with #88011D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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