#7F2627

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

Shades of Flame Red #7F2627

Tints of Flame Red #7F2627

Color information

#7F2627 (or 0x7F2627) is unknown color: approx Flame Red. HEX triplet: 7F, 26 and 27. RGB value is (127,38,39). Sum of RGB (Red+Green+Blue) = 127+38+39=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2627 is #80D9D8. Grayscale: #404040. Windows color (decimal): -8444377 or 2565759. OLE color: 2565759.

HSL color Cylindrical-coordinate representation of color #7F2627: hue angle of 359.33º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2627 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1273839-
CMYK00.700.690.50
HSL359.33º53.94%32.35%-
HSV(B)359.33º70.08%49.8%-
XYZ9.816.042.57-
YUV64.72113.49172.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 62.25%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=62.25%
G=18.63%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127383900.700.690.50359.3353.9432.35
Hex7F262704645321673620
Octal17746470106105625476640
Binary1111111100110100111010001101000101110010101100111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,39); }

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

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

 a { background-color: rgb(127,38,39); }

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

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

 span { border-color: rgb(127,38,39); }

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