#862126

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

Shades of Flame Red #862126

Tints of Flame Red #862126

Color information

#862126 (or 0x862126) is unknown color: approx Flame Red. HEX triplet: 86, 21 and 26. RGB value is (134,33,38). Sum of RGB (Red+Green+Blue) = 134+33+38=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #862126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862126 is #79DED9. Grayscale: #3F3F3F. Windows color (decimal): -7986906 or 2498950. OLE color: 2498950.

HSL color Cylindrical-coordinate representation of color #862126: hue angle of 357.03º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862126 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1343338-
CMYK00.750.720.47
HSL357.03º60.48%32.75%-
HSV(B)357.03º75.37%52.55%-
XYZ10.736.32.48-
YUV63.77113.46178.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 33 (13.28% from 255) = 16.10%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=65.37%
G=16.10%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134333800.750.720.47357.0360.4832.75
Hex86212604B482F1653c21
Octal20641460113110575457441
Binary10000110100001100110010010111001000101111101100101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862126; }

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

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

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

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

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

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

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

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