#86181F

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

Shades of Flame Red #86181F

Tints of Flame Red #86181F

Color information

#86181F (or 0x86181F) is unknown color: approx Flame Red. HEX triplet: 86, 18 and 1F. RGB value is (134,24,31). Sum of RGB (Red+Green+Blue) = 134+24+31=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 31 (12.5% from 255 or 16.40% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #86181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86181F is #79E7E0. Grayscale: #393939. Windows color (decimal): -7989217 or 2037894. OLE color: 2037894.

HSL color Cylindrical-coordinate representation of color #86181F: hue angle of 356.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #86181F is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1342431-
CMYK00.820.770.47
HSL356.18º69.62%30.98%-
HSV(B)356.18º82.09%52.55%-
XYZ10.415.821.87-
YUV57.69112.94182.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 70.90%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 31 (12.5% from 255) = 16.40%
R=70.90%
G=12.70%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134243100.820.770.47356.1869.6230.98
Hex86181F0524D2F164461f
Octal206303701221155754410637
Binary100001101100011111010100101001101101111101100100100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,24,31); }

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

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

 a { background-color: rgb(134,24,31); }

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

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

 span { border-color: rgb(134,24,31); }

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