#801307

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

Shades of Falu Red #801307

Tints of Falu Red #801307

Color information

#801307 (or 0x801307) is unknown color: approx Falu Red. HEX triplet: 80, 13 and 07. RGB value is (128,19,7). Sum of RGB (Red+Green+Blue) = 128+19+7=154 (20% of max value = 765). Red value is 128 (50.39% from 255 or 83.12% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 7 (3.12% from 255 or 4.55% from 154); Max value from RGB is 128 - color contains mainly: red. Hex color #801307 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801307 is #7FECF8. Grayscale: #323232. Windows color (decimal): -8383737 or 463744. OLE color: 463744.

HSL color Cylindrical-coordinate representation of color #801307: hue angle of 5.95º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #801307 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB128197-
CMYK00.850.950.50
HSL5.95º89.63%26.47%-
HSV(B)5.95º94.53%50.2%-
XYZ9.175.070.7-
YUV50.22103.61183.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 83.12%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 7 (3.12% from 255) = 4.55%
R=83.12%
G=12.34%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12819700.850.950.505.9589.6326.47
Hex801370555F3265a1a
Octal200237012513762613232
Binary1000000010011111010101011011111110010110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801307; }

 p { color: rgb(128,19,7); }

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

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

 a { background-color: rgb(128,19,7); }

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

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

 span { border-color: rgb(128,19,7); }

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