#86262F

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

Shades of Flame Red #86262F

Tints of Flame Red #86262F

Color information

#86262F (or 0x86262F) is unknown color: approx Flame Red. HEX triplet: 86, 26 and 2F. RGB value is (134,38,47). Sum of RGB (Red+Green+Blue) = 134+38+47=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #86262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86262F is #79D9D0. Grayscale: #434343. Windows color (decimal): -7985617 or 3090054. OLE color: 3090054.

HSL color Cylindrical-coordinate representation of color #86262F: hue angle of 354.38º 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 #86262F is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1343847-
CMYK00.720.650.47
HSL354.38º55.81%33.73%-
HSV(B)354.38º71.64%52.55%-
XYZ11.046.663.39-
YUV67.73116.3175.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 38 (15.23% from 255) = 17.35%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=61.19%
G=17.35%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134384700.720.650.47354.3855.8133.73
Hex86262F048412F1623822
Octal20646570110101575427042
Binary10000110100110101111010010001000001101111101100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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