#812308

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

Shades of Falu Red #812308

Tints of Falu Red #812308

Color information

#812308 (or 0x812308) is unknown color: approx Falu Red. HEX triplet: 81, 23 and 08. RGB value is (129,35,8). Sum of RGB (Red+Green+Blue) = 129+35+8=172 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 129 - color contains mainly: red. Hex color #812308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812308 is #7EDCF7. Grayscale: #3C3C3C. Windows color (decimal): -8314104 or 533377. OLE color: 533377.

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

Color convert

RGB129358-
CMYK00.730.940.49
HSL13.39º88.32%26.86%-
HSV(B)13.39º93.8%50.59%-
XYZ9.75.890.85-
YUV60.0398.64177.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75%
GREEN value IS 35 (14.06% from 255) = 20.35%
BLUE value IS 8 (3.52% from 255) = 4.65%
R=75%
G=20.35%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12935800.730.940.4913.3988.3226.86
Hex812380495E31d581b
Octal20143100111136611513033
Binary1000000110001110000100100110111101100011101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812308; }

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

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

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

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

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

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

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

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