#81272D

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

Shades of Flame Red #81272D

Tints of Flame Red #81272D

Color information

#81272D (or 0x81272D) is unknown color: approx Flame Red. HEX triplet: 81, 27 and 2D. RGB value is (129,39,45). Sum of RGB (Red+Green+Blue) = 129+39+45=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #81272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81272D is #7ED8D2. Grayscale: #424242. Windows color (decimal): -8313043 or 2959233. OLE color: 2959233.

HSL color Cylindrical-coordinate representation of color #81272D: hue angle of 356º 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 #81272D is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1293945-
CMYK00.700.650.49
HSL356º53.57%32.94%-
HSV(B)356º69.77%50.59%-
XYZ10.256.313.16-
YUV66.59115.82172.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 45 (17.97% from 255) = 21.13%
R=60.56%
G=18.31%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129394500.700.650.4935653.5732.94
Hex81272D04641311643621
Octal20147550106101615446641
Binary10000001100111101101010001101000001110001101100100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81272D; }

 p { color: rgb(129,39,45); }

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

<style>
 a { background-color: #81272D; }

 a { background-color: rgb(129,39,45); }

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

<style>
 span { border-color: #81272D; }

 span { border-color: rgb(129,39,45); }

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