#812318

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

Shades of Falu Red #812318

Tints of Falu Red #812318

Color information

#812318 (or 0x812318) is unknown color: approx Falu Red. HEX triplet: 81, 23 and 18. RGB value is (129,35,24). Sum of RGB (Red+Green+Blue) = 129+35+24=188 (24% of max value = 765). Red value is 129 (50.78% from 255 or 68.62% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 129 - color contains mainly: red. Hex color #812318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812318 is #7EDCE7. Grayscale: #3D3D3D. Windows color (decimal): -8314088 or 1581953. OLE color: 1581953.

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

Color convert

RGB1293524-
CMYK00.730.810.49
HSL6.29º68.63%30%-
HSV(B)6.29º81.4%50.59%-
XYZ9.825.941.49-
YUV61.85106.64175.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.62%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=68.62%
G=18.62%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129352400.730.810.496.2968.6330
Hex81231804951316451e
Octal2014330011112161610536
Binary1000000110001111000010010011010001110001110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812318; }

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

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

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

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

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

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

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

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