#81272A

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

Shades of Flame Red #81272A

Tints of Flame Red #81272A

Color information

#81272A (or 0x81272A) is unknown color: approx Flame Red. HEX triplet: 81, 27 and 2A. RGB value is (129,39,42). Sum of RGB (Red+Green+Blue) = 129+39+42=210 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.43% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 129 - color contains mainly: red. Hex color #81272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81272A is #7ED8D5. Grayscale: #424242. Windows color (decimal): -8313046 or 2762625. OLE color: 2762625.

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

Color convert

RGB1293942-
CMYK00.700.670.49
HSL358º53.57%32.94%-
HSV(B)358º69.77%50.59%-
XYZ10.26.292.87-
YUV66.25114.32172.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.43%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 42 (16.80% from 255) = 20%
R=61.43%
G=18.57%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129394200.700.670.4935853.5732.94
Hex81272A04643311663621
Octal20147520106103615466641
Binary10000001100111101010010001101000011110001101100110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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