#84222A

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

Shades of Flame Red #84222A

Tints of Flame Red #84222A

Color information

#84222A (or 0x84222A) is unknown color: approx Flame Red. HEX triplet: 84, 22 and 2A. RGB value is (132,34,42). Sum of RGB (Red+Green+Blue) = 132+34+42=208 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.46% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 132 - color contains mainly: red. Hex color #84222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84222A is #7BDDD5. Grayscale: #404040. Windows color (decimal): -8117718 or 2761348. OLE color: 2761348.

HSL color Cylindrical-coordinate representation of color #84222A: hue angle of 355.1º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84222A is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1323442-
CMYK00.740.680.48
HSL355.1º59.04%32.55%-
HSV(B)355.1º74.24%51.76%-
XYZ10.516.222.84-
YUV64.21115.47176.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 63.46%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 42 (16.80% from 255) = 20.19%
R=63.46%
G=16.35%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132344200.740.680.48355.159.0432.55
Hex84222A04A44301633b21
Octal20442520112104605437341
Binary10000100100010101010010010101000100110000101100011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84222A; }

 p { color: rgb(132,34,42); }

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

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

 a { background-color: rgb(132,34,42); }

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

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

 span { border-color: rgb(132,34,42); }

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