#812D31

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

Shades of Flame Red #812D31

Tints of Flame Red #812D31

Color information

#812D31 (or 0x812D31) is unknown color: approx Flame Red. HEX triplet: 81, 2D and 31. RGB value is (129,45,49). Sum of RGB (Red+Green+Blue) = 129+45+49=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #812D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D31 is #7ED2CE. Grayscale: #464646. Windows color (decimal): -8311503 or 3222913. OLE color: 3222913.

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

Color convert

RGB1294549-
CMYK00.650.620.49
HSL357.14º48.28%34.12%-
HSV(B)357.14º65.12%50.59%-
XYZ10.556.773.66-
YUV70.57115.83169.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 49 (19.53% from 255) = 21.97%
R=57.85%
G=20.18%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129454900.650.620.49357.1448.2834.12
Hex812D310413E311653022
Octal2015561010176615456042
Binary1000000110110111000101000001111110110001101100101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,45,49); }

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

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

 a { background-color: rgb(129,45,49); }

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

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

 span { border-color: rgb(129,45,49); }

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