Html Css Color HEX #88011F Burgundy

📋 copy color: '#88011F'

red 136 ◦ green 1 ◦ blue 31

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

Shades of Burgundy #88011F

Tints of Burgundy #88011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 80.95%
G = 0.6%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#88011F (or 0x88011F) is known color: Burgundy. HEX triplet: 88, 01 and 1F. RGB value is (136,1,31). Sum of RGB (Red+Green+Blue) = 136+1+31=168 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.95% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 136 - color contains mainly: red. Hex color #88011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88011F is #77FEE0. Grayscale: #2C2C2C. Windows color (decimal): -7864033 or 2032008. OLE color: 2032008.

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

Color convert

RGB 136 1 31 -
CMYK 0 0.99 0.77 0.47
HSL 346.67º 0.99% 0.27% -
HSV(B) 346.67º 0.99% 0.53% -
XYZ 10.41 5.35 1.78 -
YUV 44.79 120.23 193.06 -
System Red Green Blue C M Y K H S L
Decimal 136 1 31 0 0.99 0.77 0.47 346.67 0.99 0.27
Hex 88 1 1F 0 63 4D 2F 15B 63 1B
Octal 210 1 37 0 143 115 57 533 143 33
Binary 10001000 1 11111 0 1100011 1001101 101111 101011011 1100011 11011

Color Harmonies of #88011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88011F

Black with #88011F

Text Example


Text Example

White with #88011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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