#812400

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

Shades of Falu Red #812400

Tints of Falu Red #812400

Color information

#812400 (or 0x812400) is unknown color: approx Falu Red. HEX triplet: 81, 24 and 00. RGB value is (129,36,0). Sum of RGB (Red+Green+Blue) = 129+36+0=165 (21% of max value = 765). Red value is 129 (50.78% from 255 or 78.18% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 129 - color contains mainly: red. Hex color #812400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812400 is #7EDBFF. Grayscale: #3B3B3B. Windows color (decimal): -8313856 or 9345. OLE color: 9345.

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

Color convert

RGB129360-
CMYK00.7210.49
HSL16.74º100%25.29%-
HSV(B)16.74º100%50.59%-
XYZ9.685.930.63-
YUV59.794.31177.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 78.18%
GREEN value IS 36 (14.45% from 255) = 21.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.18%
G=21.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12936000.7210.4916.7410025.29
Hex812400486431116419
Octal2014400110144612114431
Binary10000001100100001001000110010011000110001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812400; }

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

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

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

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

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

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

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

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