#86282B

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

Shades of Flame Red #86282B

Tints of Flame Red #86282B

Color information

#86282B (or 0x86282B) is unknown color: approx Flame Red. HEX triplet: 86, 28 and 2B. RGB value is (134,40,43). Sum of RGB (Red+Green+Blue) = 134+40+43=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86282B is #79D7D4. Grayscale: #444444. Windows color (decimal): -7985109 or 2828422. OLE color: 2828422.

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

Color convert

RGB1344043-
CMYK00.700.680.47
HSL358.09º54.02%34.12%-
HSV(B)358.09º70.15%52.55%-
XYZ11.036.763.01-
YUV68.45113.64174.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 40 (16.02% from 255) = 18.43%
BLUE value IS 43 (17.19% from 255) = 19.82%
R=61.75%
G=18.43%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134404300.700.680.47358.0954.0234.12
Hex86282B046442F1663622
Octal20650530106104575466642
Binary10000110101000101011010001101000100101111101100110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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