#812500

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

Shades of Falu Red #812500

Tints of Falu Red #812500

Color information

#812500 (or 0x812500) is unknown color: approx Falu Red. HEX triplet: 81, 25 and 00. RGB value is (129,37,0). Sum of RGB (Red+Green+Blue) = 129+37+0=166 (21% of max value = 765). Red value is 129 (50.78% from 255 or 77.71% from 166); Green value is 37 (14.84% from 255 or 22.29% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 129 - color contains mainly: red. Hex color #812500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812500 is #7EDAFF. Grayscale: #3C3C3C. Windows color (decimal): -8313600 or 9601. OLE color: 9601.

HSL color Cylindrical-coordinate representation of color #812500: hue angle of 17.21º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #812500 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB129370-
CMYK00.7110.49
HSL17.21º100%25.29%-
HSV(B)17.21º100%50.59%-
XYZ9.715.990.64-
YUV60.2993.98177.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 77.71%
GREEN value IS 37 (14.84% from 255) = 22.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.71%
G=22.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12937000.7110.4917.2110025.29
Hex812500476431116419
Octal2014500107144612114431
Binary10000001100101001000111110010011000110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812500; }

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

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

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

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

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

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

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

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