#812A2E

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

Shades of Flame Red #812A2E

Tints of Flame Red #812A2E

Color information

#812A2E (or 0x812A2E) is unknown color: approx Flame Red. HEX triplet: 81, 2A and 2E. RGB value is (129,42,46). Sum of RGB (Red+Green+Blue) = 129+42+46=217 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.45% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 129 - color contains mainly: red. Hex color #812A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A2E is #7ED5D1. Grayscale: #444444. Windows color (decimal): -8312274 or 3025537. OLE color: 3025537.

HSL color Cylindrical-coordinate representation of color #812A2E: hue angle of 357.24º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #812A2E is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1294246-
CMYK00.670.640.49
HSL357.24º50.88%33.53%-
HSV(B)357.24º67.44%50.59%-
XYZ10.376.523.3-
YUV68.47115.32171.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.45%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=59.45%
G=19.35%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129424600.670.640.49357.2450.8833.53
Hex812A2E04340311653322
Octal20152560103100615456342
Binary10000001101010101110010000111000000110001101100101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812A2E; }

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

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

<style>
 a { background-color: #812A2E; }

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

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

<style>
 span { border-color: #812A2E; }

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

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