#84181C

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

Shades of Flame Red #84181C

Tints of Flame Red #84181C

Color information

#84181C (or 0x84181C) is unknown color: approx Flame Red. HEX triplet: 84, 18 and 1C. RGB value is (132,24,28). Sum of RGB (Red+Green+Blue) = 132+24+28=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #84181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84181C is #7BE7E3. Grayscale: #383838. Windows color (decimal): -8120292 or 1841284. OLE color: 1841284.

HSL color Cylindrical-coordinate representation of color #84181C: hue angle of 357.78º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84181C is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1322428-
CMYK00.820.790.48
HSL357.78º69.23%30.59%-
HSV(B)357.78º81.82%51.76%-
XYZ10.055.641.66-
YUV56.75111.78181.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 71.74%
GREEN value IS 24 (9.77% from 255) = 13.04%
BLUE value IS 28 (11.33% from 255) = 15.22%
R=71.74%
G=13.04%
B=15.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132242800.820.790.48357.7869.2330.59
Hex84181C0524F30166451f
Octal204303401221176054610537
Binary100001001100011100010100101001111110000101100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84181C; }

 p { color: rgb(132,24,28); }

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

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

 a { background-color: rgb(132,24,28); }

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

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

 span { border-color: rgb(132,24,28); }

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