#80272B

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

Shades of Flame Red #80272B

Tints of Flame Red #80272B

Color information

#80272B (or 0x80272B) is unknown color: approx Flame Red. HEX triplet: 80, 27 and 2B. RGB value is (128,39,43). Sum of RGB (Red+Green+Blue) = 128+39+43=210 (27% of max value = 765). Red value is 128 (50.39% from 255 or 60.95% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 128 - color contains mainly: red. Hex color #80272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80272B is #7FD8D4. Grayscale: #424242. Windows color (decimal): -8378581 or 2828160. OLE color: 2828160.

HSL color Cylindrical-coordinate representation of color #80272B: hue angle of 357.3º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80272B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB1283943-
CMYK00.700.660.50
HSL357.3º53.29%32.75%-
HSV(B)357.3º69.53%50.2%-
XYZ10.066.212.95-
YUV66.07114.99172.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 60.95%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 43 (17.19% from 255) = 20.48%
R=60.95%
G=18.57%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128394300.700.660.50357.353.2932.75
Hex80272B04642321653521
Octal20047530106102625456541
Binary10000000100111101011010001101000010110010101100101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80272B; }

 p { color: rgb(128,39,43); }

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

<style>
 a { background-color: #80272B; }

 a { background-color: rgb(128,39,43); }

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

<style>
 span { border-color: #80272B; }

 span { border-color: rgb(128,39,43); }

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