#812A2F

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

Shades of Flame Red #812A2F

Tints of Flame Red #812A2F

Color information

#812A2F (or 0x812A2F) is unknown color: approx Flame Red. HEX triplet: 81, 2A and 2F. RGB value is (129,42,47). Sum of RGB (Red+Green+Blue) = 129+42+47=218 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.17% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 129 - color contains mainly: red. Hex color #812A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A2F is #7ED5D0. Grayscale: #444444. Windows color (decimal): -8312273 or 3091073. OLE color: 3091073.

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

Color convert

RGB1294247-
CMYK00.670.640.49
HSL356.55º50.88%33.53%-
HSV(B)356.55º67.44%50.59%-
XYZ10.396.533.4-
YUV68.58115.82171.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 59.17%
GREEN value IS 42 (16.80% from 255) = 19.27%
BLUE value IS 47 (18.75% from 255) = 21.56%
R=59.17%
G=19.27%
B=21.56%

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
Decimal129424700.670.640.49356.5550.8833.53
Hex812A2F04340311653322
Octal20152570103100615456342
Binary10000001101010101111010000111000000110001101100101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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