#86282E

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

Shades of Flame Red #86282E

Tints of Flame Red #86282E

Color information

#86282E (or 0x86282E) is unknown color: approx Flame Red. HEX triplet: 86, 28 and 2E. RGB value is (134,40,46). Sum of RGB (Red+Green+Blue) = 134+40+46=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #86282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86282E is #79D7D1. Grayscale: #444444. Windows color (decimal): -7985106 or 3025030. OLE color: 3025030.

HSL color Cylindrical-coordinate representation of color #86282E: hue angle of 356.17º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86282E is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1344046-
CMYK00.700.660.47
HSL356.17º54.02%34.12%-
HSV(B)356.17º70.15%52.55%-
XYZ11.086.783.31-
YUV68.79115.14174.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 40 (16.02% from 255) = 18.18%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=60.91%
G=18.18%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134404600.700.660.47356.1754.0234.12
Hex86282E046422F1643622
Octal20650560106102575446642
Binary10000110101000101110010001101000010101111101100100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,40,46); }

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

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

 a { background-color: rgb(134,40,46); }

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

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

 span { border-color: rgb(134,40,46); }

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