#82272A

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

Shades of Flame Red #82272A

Tints of Flame Red #82272A

Color information

#82272A (or 0x82272A) is unknown color: approx Flame Red. HEX triplet: 82, 27 and 2A. RGB value is (130,39,42). Sum of RGB (Red+Green+Blue) = 130+39+42=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #82272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82272A is #7DD8D5. Grayscale: #424242. Windows color (decimal): -8247510 or 2762626. OLE color: 2762626.

HSL color Cylindrical-coordinate representation of color #82272A: hue angle of 358.02º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82272A is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB1303942-
CMYK00.700.680.49
HSL358.02º53.85%33.14%-
HSV(B)358.02º70%50.98%-
XYZ10.356.362.87-
YUV66.55114.15173.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 61.61%
GREEN value IS 39 (15.62% from 255) = 18.48%
BLUE value IS 42 (16.80% from 255) = 19.91%
R=61.61%
G=18.48%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130394200.700.680.49358.0253.8533.14
Hex82272A04644311663621
Octal20247520106104615466641
Binary10000010100111101010010001101000100110001101100110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82272A; }

 p { color: rgb(130,39,42); }

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

<style>
 a { background-color: #82272A; }

 a { background-color: rgb(130,39,42); }

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

<style>
 span { border-color: #82272A; }

 span { border-color: rgb(130,39,42); }

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