#88161E

Color #88161E Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #88161E

Tints of Flame Red #88161E

Color information

#88161E (or 0x88161E) is unknown color: approx Flame Red. HEX triplet: 88, 16 and 1E. RGB value is (136,22,30). Sum of RGB (Red+Green+Blue) = 136+22+30=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #88161E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88161E is #77E9E1. Grayscale: #393939. Windows color (decimal): -7858658 or 1971848. OLE color: 1971848.

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

Color convert

RGB1362230-
CMYK00.840.780.47
HSL355.79º72.15%30.98%-
HSV(B)355.79º83.82%53.33%-
XYZ10.675.91.8-
YUV57112.77184.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.34%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=72.34%
G=11.70%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136223000.840.780.47355.7972.1530.98
Hex88161E0544E2F164481f
Octal210263601241165754411037
Binary100010001011011110010101001001110101111101100100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #88161E;
 }
 .AnyTagClassName
 {
   color: #88161E;
 }
</style>
background-color css

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

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

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

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

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

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