Html Css Color HEX #88121E Burgundy

📋 copy color: '#88121E'

red 136 ◦ green 18 ◦ blue 30

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

Shades of Burgundy #88121E

Tints of Burgundy #88121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.78%

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

R = 73.91%
G = 9.78%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#88121E (or 0x88121E) is known color: Burgundy. HEX triplet: 88, 12 and 1E. RGB value is (136,18,30). Sum of RGB (Red+Green+Blue) = 136+18+30=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #88121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88121E is #77EDE1. Grayscale: #363636. Windows color (decimal): -7859682 or 1970824. OLE color: 1970824.

HSL color Cylindrical-coordinate representation of color #88121E: hue angle of 353.9º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #88121E is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 18 30 -
CMYK 0 0.87 0.78 0.47
HSL 353.9º 0.77% 0.3% -
HSV(B) 353.9º 0.87% 0.53% -
XYZ 10.6 5.76 1.78 -
YUV 54.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 136 18 30 0 0.87 0.78 0.47 353.9 0.77 0.3
Hex 88 12 1E 0 57 4E 2F 162 4D 1E
Octal 210 22 36 0 127 116 57 542 115 36
Binary 10001000 10010 11110 0 1010111 1001110 101111 101100010 1001101 11110

Color Harmonies of #88121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88121E

Black with #88121E

Text Example


Text Example

White with #88121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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