#7F3031

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

Shades of Flame Red #7F3031

Tints of Flame Red #7F3031

Color information

#7F3031 (or 0x7F3031) is unknown color: approx Flame Red. HEX triplet: 7F, 30 and 31. RGB value is (127,48,49). Sum of RGB (Red+Green+Blue) = 127+48+49=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3031 is #80CFCE. Grayscale: #474747. Windows color (decimal): -8441807 or 3223679. OLE color: 3223679.

HSL color Cylindrical-coordinate representation of color #7F3031: hue angle of 359.24º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7F3031 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1274849-
CMYK00.620.610.50
HSL359.24º45.14%34.31%-
HSV(B)359.24º62.2%49.8%-
XYZ10.366.853.68-
YUV71.74115.17167.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.70%
GREEN value IS 48 (19.14% from 255) = 21.43%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=56.70%
G=21.43%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127484900.620.610.50359.2445.1434.31
Hex7F303103E3D321672d22
Octal177606107675625475542
Binary11111111100001100010111110111101110010101100111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F3031; }

 p { color: rgb(127,48,49); }

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

<style>
 a { background-color: #7F3031; }

 a { background-color: rgb(127,48,49); }

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

<style>
 span { border-color: #7F3031; }

 span { border-color: rgb(127,48,49); }

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