#812326

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

Shades of Flame Red #812326

Tints of Flame Red #812326

Color information

#812326 (or 0x812326) is unknown color: approx Flame Red. HEX triplet: 81, 23 and 26. RGB value is (129,35,38). Sum of RGB (Red+Green+Blue) = 129+35+38=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #812326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812326 is #7EDCD9. Grayscale: #3F3F3F. Windows color (decimal): -8314074 or 2499457. OLE color: 2499457.

HSL color Cylindrical-coordinate representation of color #812326: hue angle of 358.09º 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 #812326 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1293538-
CMYK00.730.710.49
HSL358.09º57.32%32.16%-
HSV(B)358.09º72.87%50.59%-
XYZ106.012.47-
YUV63.45113.64174.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.86%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=63.86%
G=17.33%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129353800.730.710.49358.0957.3232.16
Hex81232604947311663920
Octal20143460111107615467140
Binary10000001100011100110010010011000111110001101100110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812326; }

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

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

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

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

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

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

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

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