#86181E

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

Shades of Flame Red #86181E

Tints of Flame Red #86181E

Color information

#86181E (or 0x86181E) is unknown color: approx Flame Red. HEX triplet: 86, 18 and 1E. RGB value is (134,24,30). Sum of RGB (Red+Green+Blue) = 134+24+30=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #86181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86181E is #79E7E1. Grayscale: #393939. Windows color (decimal): -7989218 or 1972358. OLE color: 1972358.

HSL color Cylindrical-coordinate representation of color #86181E: hue angle of 356.73º 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 #86181E is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1342430-
CMYK00.820.780.47
HSL356.73º69.62%30.98%-
HSV(B)356.73º82.09%52.55%-
XYZ10.395.821.8-
YUV57.57112.44182.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 24 (9.77% from 255) = 12.77%
BLUE value IS 30 (12.11% from 255) = 15.96%
R=71.28%
G=12.77%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134243000.820.780.47356.7369.6230.98
Hex86181E0524E2F165461f
Octal206303601221165754510637
Binary100001101100011110010100101001110101111101100101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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