#702217

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

Shades of Falu Red #702217

Tints of Falu Red #702217

Color information

#702217 (or 0x702217) is unknown color: approx Falu Red. HEX triplet: 70, 22 and 17. RGB value is (112,34,23). Sum of RGB (Red+Green+Blue) = 112+34+23=169 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.27% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 23 (9.38% from 255 or 13.61% from 169); Max value from RGB is 112 - color contains mainly: red. Hex color #702217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702217 is #8FDDE8. Grayscale: #383838. Windows color (decimal): -9428457 or 1516144. OLE color: 1516144.

HSL color Cylindrical-coordinate representation of color #702217: hue angle of 7.42º 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 #702217 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1123423-
CMYK00.700.790.56
HSL7.42º65.93%26.47%-
HSV(B)7.42º79.46%43.92%-
XYZ7.414.651.32-
YUV56.07109.34167.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.27%
GREEN value IS 34 (13.67% from 255) = 20.12%
BLUE value IS 23 (9.38% from 255) = 13.61%
R=66.27%
G=20.12%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112342300.700.790.567.4265.9326.47
Hex7022170464F387421a
Octal1604227010611770710232
Binary111000010001010111010001101001111111000111100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702217; }

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

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

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

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

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

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

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

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