#88161A

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

Shades of Flame Red #88161A

Tints of Flame Red #88161A

Color information

#88161A (or 0x88161A) is unknown color: approx Flame Red. HEX triplet: 88, 16 and 1A. RGB value is (136,22,26). Sum of RGB (Red+Green+Blue) = 136+22+26=184 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.91% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 26 (10.55% from 255 or 14.13% from 184); Max value from RGB is 136 - color contains mainly: red. Hex color #88161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88161A is #77E9E5. Grayscale: #383838. Windows color (decimal): -7858662 or 1709704. OLE color: 1709704.

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

Color convert

RGB1362226-
CMYK00.840.810.47
HSL357.89º72.15%30.98%-
HSV(B)357.89º83.82%53.33%-
XYZ10.635.881.55-
YUV56.54110.77184.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 73.91%
GREEN value IS 22 (8.98% from 255) = 11.96%
BLUE value IS 26 (10.55% from 255) = 14.13%
R=73.91%
G=11.96%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136222600.840.810.47357.8972.1530.98
Hex88161A054512F166481f
Octal210263201241215754611037
Binary100010001011011010010101001010001101111101100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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