#84272F

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

Shades of Flame Red #84272F

Tints of Flame Red #84272F

Color information

#84272F (or 0x84272F) is unknown color: approx Flame Red. HEX triplet: 84, 27 and 2F. RGB value is (132,39,47). Sum of RGB (Red+Green+Blue) = 132+39+47=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #84272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84272F is #7BD8D0. Grayscale: #434343. Windows color (decimal): -8116433 or 3090308. OLE color: 3090308.

HSL color Cylindrical-coordinate representation of color #84272F: hue angle of 354.84º 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 #84272F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1323947-
CMYK00.700.640.48
HSL354.84º54.39%33.53%-
HSV(B)354.84º70.45%51.76%-
XYZ10.756.563.39-
YUV67.72116.31173.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.55%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=60.55%
G=17.89%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132394700.700.640.48354.8454.3933.53
Hex84272F04640301633622
Octal20447570106100605436642
Binary10000100100111101111010001101000000110000101100011110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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