#88161F

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

Shades of Flame Red #88161F

Tints of Flame Red #88161F

Color information

#88161F (or 0x88161F) is unknown color: approx Flame Red. HEX triplet: 88, 16 and 1F. RGB value is (136,22,31). Sum of RGB (Red+Green+Blue) = 136+22+31=189 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.96% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 136 - color contains mainly: red. Hex color #88161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88161F is #77E9E0. Grayscale: #393939. Windows color (decimal): -7858657 or 2037384. OLE color: 2037384.

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

Color convert

RGB1362231-
CMYK00.840.770.47
HSL355.26º72.15%30.98%-
HSV(B)355.26º83.82%53.33%-
XYZ10.695.911.87-
YUV57.11113.27184.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 71.96%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=71.96%
G=11.64%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136223100.840.770.47355.2672.1530.98
Hex88161F0544D2F163481f
Octal210263701241155754311037
Binary100010001011011111010101001001101101111101100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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