#84161F

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

Shades of Flame Red #84161F

Tints of Flame Red #84161F

Color information

#84161F (or 0x84161F) is unknown color: approx Flame Red. HEX triplet: 84, 16 and 1F. RGB value is (132,22,31). Sum of RGB (Red+Green+Blue) = 132+22+31=185 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.35% from 185); Green value is 22 (8.98% from 255 or 11.89% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 132 - color contains mainly: red. Hex color #84161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84161F is #7BE9E0. Grayscale: #373737. Windows color (decimal): -8120801 or 2037380. OLE color: 2037380.

HSL color Cylindrical-coordinate representation of color #84161F: hue angle of 355.09º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84161F is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1322231-
CMYK00.830.770.48
HSL355.09º71.43%30.2%-
HSV(B)355.09º83.33%51.76%-
XYZ10.055.581.84-
YUV55.92113.94182.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.35%
GREEN value IS 22 (8.98% from 255) = 11.89%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=71.35%
G=11.89%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132223100.830.770.48355.0971.4330.2
Hex84161F0534D30163471e
Octal204263701231156054310736
Binary100001001011011111010100111001101110000101100011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,22,31); }

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

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

 a { background-color: rgb(132,22,31); }

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

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

 span { border-color: rgb(132,22,31); }

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