#84292C

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

Shades of Flame Red #84292C

Tints of Flame Red #84292C

Color information

#84292C (or 0x84292C) is unknown color: approx Flame Red. HEX triplet: 84, 29 and 2C. RGB value is (132,41,44). Sum of RGB (Red+Green+Blue) = 132+41+44=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #84292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84292C is #7BD6D3. Grayscale: #444444. Windows color (decimal): -8115924 or 2894212. OLE color: 2894212.

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

Color convert

RGB1324144-
CMYK00.690.670.48
HSL358.02º52.6%33.92%-
HSV(B)358.02º68.94%51.76%-
XYZ10.766.673.1-
YUV68.55114.15173.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.83%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=60.83%
G=18.89%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132414400.690.670.48358.0252.633.92
Hex84292C04543301663522
Octal20451540105103605466542
Binary10000100101001101100010001011000011110000101100110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,41,44); }

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

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

 a { background-color: rgb(132,41,44); }

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

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

 span { border-color: rgb(132,41,44); }

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