#86292F

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

Shades of Flame Red #86292F

Tints of Flame Red #86292F

Color information

#86292F (or 0x86292F) is unknown color: approx Flame Red. HEX triplet: 86, 29 and 2F. RGB value is (134,41,47). Sum of RGB (Red+Green+Blue) = 134+41+47=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #86292F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86292F is #79D6D0. Grayscale: #454545. Windows color (decimal): -7984849 or 3090822. OLE color: 3090822.

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

Color convert

RGB1344147-
CMYK00.690.650.47
HSL356.13º53.14%34.31%-
HSV(B)356.13º69.4%52.55%-
XYZ11.146.863.43-
YUV69.49115.31174.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=60.36%
G=18.47%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134414700.690.650.47356.1353.1434.31
Hex86292F045412F1643522
Octal20651570105101575446542
Binary10000110101001101111010001011000001101111101100100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86292F; }

 p { color: rgb(134,41,47); }

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

<style>
 a { background-color: #86292F; }

 a { background-color: rgb(134,41,47); }

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

<style>
 span { border-color: #86292F; }

 span { border-color: rgb(134,41,47); }

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