#86161B

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

Shades of Flame Red #86161B

Tints of Flame Red #86161B

Color information

#86161B (or 0x86161B) is unknown color: approx Flame Red. HEX triplet: 86, 16 and 1B. RGB value is (134,22,27). Sum of RGB (Red+Green+Blue) = 134+22+27=183 (24% of max value = 765). Red value is 134 (52.73% from 255 or 73.22% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 134 - color contains mainly: red. Hex color #86161B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86161B is #79E9E4. Grayscale: #383838. Windows color (decimal): -7989733 or 1775238. OLE color: 1775238.

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

Color convert

RGB1342227-
CMYK00.840.800.47
HSL357.32º71.79%30.59%-
HSV(B)357.32º83.58%52.55%-
XYZ10.325.721.6-
YUV56.06111.61183.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 73.22%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 27 (10.94% from 255) = 14.75%
R=73.22%
G=12.02%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134222700.840.800.47357.3271.7930.59
Hex86161B054502F165481f
Octal206263301241205754511037
Binary100001101011011011010101001010000101111101100101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86161B; }

 p { color: rgb(134,22,27); }

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

<style>
 a { background-color: #86161B; }

 a { background-color: rgb(134,22,27); }

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

<style>
 span { border-color: #86161B; }

 span { border-color: rgb(134,22,27); }

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