#86191C

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

Shades of Flame Red #86191C

Tints of Flame Red #86191C

Color information

#86191C (or 0x86191C) is unknown color: approx Flame Red. HEX triplet: 86, 19 and 1C. RGB value is (134,25,28). Sum of RGB (Red+Green+Blue) = 134+25+28=187 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.66% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 28 (11.33% from 255 or 14.97% from 187); Max value from RGB is 134 - color contains mainly: red. Hex color #86191C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86191C is #79E6E3. Grayscale: #3A3A3A. Windows color (decimal): -7988964 or 1841542. OLE color: 1841542.

HSL color Cylindrical-coordinate representation of color #86191C: hue angle of 358.35º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86191C is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1342528-
CMYK00.810.790.47
HSL358.35º68.55%31.18%-
HSV(B)358.35º81.34%52.55%-
XYZ10.395.851.68-
YUV57.93111.11182.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.66%
GREEN value IS 25 (10.16% from 255) = 13.37%
BLUE value IS 28 (11.33% from 255) = 14.97%
R=71.66%
G=13.37%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134252800.810.790.47358.3568.5531.18
Hex86191C0514F2F166451f
Octal206313401211175754610537
Binary100001101100111100010100011001111101111101100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86191C; }

 p { color: rgb(134,25,28); }

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

<style>
 a { background-color: #86191C; }

 a { background-color: rgb(134,25,28); }

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

<style>
 span { border-color: #86191C; }

 span { border-color: rgb(134,25,28); }

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