Html Css Color HEX #88141E Burgundy

📋 copy color: '#88141E'

red 136 ◦ green 20 ◦ blue 30

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

Shades of Burgundy #88141E

Tints of Burgundy #88141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.75%

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

R = 73.12%
G = 10.75%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#88141E (or 0x88141E) is known color: Burgundy. HEX triplet: 88, 14 and 1E. RGB value is (136,20,30). Sum of RGB (Red+Green+Blue) = 136+20+30=186 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.12% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 136 - color contains mainly: red. Hex color #88141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88141E is #77EBE1. Grayscale: #373737. Windows color (decimal): -7859170 or 1971336. OLE color: 1971336.

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

Color convert

RGB 136 20 30 -
CMYK 0 0.85 0.78 0.47
HSL 354.83º 0.74% 0.31% -
HSV(B) 354.83º 0.85% 0.53% -
XYZ 10.64 5.83 1.79 -
YUV 55.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 136 20 30 0 0.85 0.78 0.47 354.83 0.74 0.31
Hex 88 14 1E 0 55 4E 2F 163 4A 1F
Octal 210 24 36 0 125 116 57 543 112 37
Binary 10001000 10100 11110 0 1010101 1001110 101111 101100011 1001010 11111

Color Harmonies of #88141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88141E

Black with #88141E

Text Example


Text Example

White with #88141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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