#812327

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

Shades of Flame Red #812327

Tints of Flame Red #812327

Color information

#812327 (or 0x812327) is unknown color: approx Flame Red. HEX triplet: 81, 23 and 27. RGB value is (129,35,39). Sum of RGB (Red+Green+Blue) = 129+35+39=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812327 is #7EDCD8. Grayscale: #3F3F3F. Windows color (decimal): -8314073 or 2564993. OLE color: 2564993.

HSL color Cylindrical-coordinate representation of color #812327: hue angle of 357.45º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812327 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1293539-
CMYK00.730.700.49
HSL357.45º57.32%32.16%-
HSV(B)357.45º72.87%50.59%-
XYZ10.026.022.55-
YUV63.56114.14174.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 39 (15.62% from 255) = 19.21%
R=63.55%
G=17.24%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129353900.730.700.49357.4557.3232.16
Hex81232704946311653920
Octal20143470111106615457140
Binary10000001100011100111010010011000110110001101100101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812327; }

 p { color: rgb(129,35,39); }

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

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

 a { background-color: rgb(129,35,39); }

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

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

 span { border-color: rgb(129,35,39); }

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