#86262A

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

Shades of Flame Red #86262A

Tints of Flame Red #86262A

Color information

#86262A (or 0x86262A) is unknown color: approx Flame Red. HEX triplet: 86, 26 and 2A. RGB value is (134,38,42). Sum of RGB (Red+Green+Blue) = 134+38+42=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #86262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86262A is #79D9D5. Grayscale: #434343. Windows color (decimal): -7985622 or 2762374. OLE color: 2762374.

HSL color Cylindrical-coordinate representation of color #86262A: hue angle of 357.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86262A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1343842-
CMYK00.720.690.47
HSL357.5º55.81%33.73%-
HSV(B)357.5º71.64%52.55%-
XYZ10.946.622.89-
YUV67.16113.8175.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 38 (15.23% from 255) = 17.76%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=62.62%
G=17.76%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134384200.720.690.47357.555.8133.73
Hex86262A048452F1663822
Octal20646520110105575467042
Binary10000110100110101010010010001000101101111101100110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86262A; }

 p { color: rgb(134,38,42); }

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

<style>
 a { background-color: #86262A; }

 a { background-color: rgb(134,38,42); }

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

<style>
 span { border-color: #86262A; }

 span { border-color: rgb(134,38,42); }

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