Html Css Color HEX #88011E Burgundy

📋 copy color: '#88011E'

red 136 ◦ green 1 ◦ blue 30

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

Shades of Burgundy #88011E

Tints of Burgundy #88011E

RGB

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

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

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

R = 81.44%
G = 0.6%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#88011E (or 0x88011E) is known color: Burgundy. HEX triplet: 88, 01 and 1E. RGB value is (136,1,30). Sum of RGB (Red+Green+Blue) = 136+1+30=167 (22% of max value = 765). Red value is 136 (53.52% from 255 or 81.44% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 136 - color contains mainly: red. Hex color #88011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88011E is #77FEE1. Grayscale: #2C2C2C. Windows color (decimal): -7864034 or 1966472. OLE color: 1966472.

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

Color convert

RGB 136 1 30 -
CMYK 0 0.99 0.78 0.47
HSL 347.11º 0.99% 0.27% -
HSV(B) 347.11º 0.99% 0.53% -
XYZ 10.4 5.35 1.71 -
YUV 44.67 119.73 193.14 -
System Red Green Blue C M Y K H S L
Decimal 136 1 30 0 0.99 0.78 0.47 347.11 0.99 0.27
Hex 88 1 1E 0 63 4E 2F 15B 63 1B
Octal 210 1 36 0 143 116 57 533 143 33
Binary 10001000 1 11110 0 1100011 1001110 101111 101011011 1100011 11011

Color Harmonies of #88011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88011E

Black with #88011E

Text Example


Text Example

White with #88011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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