#861E29

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

Shades of Flame Red #861E29

Tints of Flame Red #861E29

Color information

#861E29 (or 0x861E29) is unknown color: approx Flame Red. HEX triplet: 86, 1E and 29. RGB value is (134,30,41). Sum of RGB (Red+Green+Blue) = 134+30+41=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 30 (12.11% from 255 or 14.63% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #861E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E29 is #79E1D6. Grayscale: #3E3E3E. Windows color (decimal): -7987671 or 2694790. OLE color: 2694790.

HSL color Cylindrical-coordinate representation of color #861E29: hue angle of 353.65º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E29 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1343041-
CMYK00.780.690.47
HSL353.65º63.41%32.16%-
HSV(B)353.65º77.61%52.55%-
XYZ10.76.162.72-
YUV62.35115.96179.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 30 (12.11% from 255) = 14.63%
BLUE value IS 41 (16.41% from 255) = 20%
R=65.37%
G=14.63%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134304100.780.690.47353.6563.4132.16
Hex861E2904E452F1623f20
Octal20636510116105575427740
Binary1000011011110101001010011101000101101111101100010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E29; }

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

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

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

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

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

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

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

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