#812E30

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

Shades of Flame Red #812E30

Tints of Flame Red #812E30

Color information

#812E30 (or 0x812E30) is unknown color: approx Flame Red. HEX triplet: 81, 2E and 30. RGB value is (129,46,48). Sum of RGB (Red+Green+Blue) = 129+46+48=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #812E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E30 is #7ED1CF. Grayscale: #474747. Windows color (decimal): -8311248 or 3157633. OLE color: 3157633.

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

Color convert

RGB1294648-
CMYK00.640.630.49
HSL358.55º47.43%34.31%-
HSV(B)358.55º64.34%50.59%-
XYZ10.566.833.56-
YUV71.04115169.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 46 (18.36% from 255) = 20.63%
BLUE value IS 48 (19.14% from 255) = 21.52%
R=57.85%
G=20.63%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129464800.640.630.49358.5547.4334.31
Hex812E300403F311672f22
Octal2015660010077615475742
Binary1000000110111011000001000000111111110001101100111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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