#812518

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

Shades of Falu Red #812518

Tints of Falu Red #812518

Color information

#812518 (or 0x812518) is unknown color: approx Falu Red. HEX triplet: 81, 25 and 18. RGB value is (129,37,24). Sum of RGB (Red+Green+Blue) = 129+37+24=190 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.89% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 129 - color contains mainly: red. Hex color #812518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812518 is #7EDAE7. Grayscale: #3F3F3F. Windows color (decimal): -8313576 or 1582465. OLE color: 1582465.

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

Color convert

RGB1293724-
CMYK00.710.810.49
HSL7.43º68.63%30%-
HSV(B)7.43º81.4%50.59%-
XYZ9.886.061.51-
YUV63.03105.98175.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 67.89%
GREEN value IS 37 (14.84% from 255) = 19.47%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=67.89%
G=19.47%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129372400.710.810.497.4368.6330
Hex81251804751317451e
Octal2014530010712161710536
Binary1000000110010111000010001111010001110001111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812518; }

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

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

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

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

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

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

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

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