#701807

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

Shades of Falu Red #701807

Tints of Falu Red #701807

Color information

#701807 (or 0x701807) is unknown color: approx Falu Red. HEX triplet: 70, 18 and 07. RGB value is (112,24,7). Sum of RGB (Red+Green+Blue) = 112+24+7=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701807 is #8FE7F8. Grayscale: #303030. Windows color (decimal): -9431033 or 465008. OLE color: 465008.

HSL color Cylindrical-coordinate representation of color #701807: hue angle of 9.71º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #701807 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB112247-
CMYK00.790.940.56
HSL9.71º88.24%23.33%-
HSV(B)9.71º93.75%43.92%-
XYZ7.054.110.62-
YUV48.37104.65173.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 78.32%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 7 (3.12% from 255) = 4.90%
R=78.32%
G=16.78%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11224700.790.940.569.7188.2423.33
Hex7018704F5E38a5817
Octal1603070117136701213027
Binary1110000110001110100111110111101110001010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701807; }

 p { color: rgb(112,24,7); }

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

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

 a { background-color: rgb(112,24,7); }

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

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

 span { border-color: rgb(112,24,7); }

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