#84272C

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

Shades of Flame Red #84272C

Tints of Flame Red #84272C

Color information

#84272C (or 0x84272C) is unknown color: approx Flame Red. HEX triplet: 84, 27 and 2C. RGB value is (132,39,44). Sum of RGB (Red+Green+Blue) = 132+39+44=215 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.40% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 132 - color contains mainly: red. Hex color #84272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84272C is #7BD8D3. Grayscale: #434343. Windows color (decimal): -8116436 or 2893700. OLE color: 2893700.

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

Color convert

RGB1323944-
CMYK00.700.670.48
HSL356.77º54.39%33.53%-
HSV(B)356.77º70.45%51.76%-
XYZ10.76.543.08-
YUV67.38114.81174.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.40%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=61.40%
G=18.14%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132394400.700.670.48356.7754.3933.53
Hex84272C04643301653622
Octal20447540106103605456642
Binary10000100100111101100010001101000011110000101100101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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