#701817

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

Shades of Falu Red #701817

Tints of Falu Red #701817

Color information

#701817 (or 0x701817) is unknown color: approx Falu Red. HEX triplet: 70, 18 and 17. RGB value is (112,24,23). Sum of RGB (Red+Green+Blue) = 112+24+23=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #701817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701817 is #8FE7E8. Grayscale: #323232. Windows color (decimal): -9431017 or 1513584. OLE color: 1513584.

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

Color convert

RGB1122423-
CMYK00.790.790.56
HSL0.67º65.93%26.47%-
HSV(B)0.67º79.46%43.92%-
XYZ7.164.161.24-
YUV50.2112.65172.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70.44%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=70.44%
G=15.09%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112242300.790.790.560.6765.9326.47
Hex70181704F4F381421a
Octal1603027011711770110232
Binary111000011000101110100111110011111110001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701817; }

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

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

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

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

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

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

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

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