#812B2F

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

Shades of Flame Red #812B2F

Tints of Flame Red #812B2F

Color information

#812B2F (or 0x812B2F) is unknown color: approx Flame Red. HEX triplet: 81, 2B and 2F. RGB value is (129,43,47). Sum of RGB (Red+Green+Blue) = 129+43+47=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #812B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B2F is #7ED4D0. Grayscale: #454545. Windows color (decimal): -8312017 or 3091329. OLE color: 3091329.

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

Color convert

RGB1294347-
CMYK00.670.640.49
HSL357.21º50%33.73%-
HSV(B)357.21º66.67%50.59%-
XYZ10.436.63.41-
YUV69.17115.49170.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 47 (18.75% from 255) = 21.46%
R=58.90%
G=19.63%
B=21.46%

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
Decimal129434700.670.640.49357.215033.73
Hex812B2F04340311653222
Octal20153570103100615456242
Binary10000001101011101111010000111000000110001101100101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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