#702216

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

Shades of Falu Red #702216

Tints of Falu Red #702216

Color information

#702216 (or 0x702216) is unknown color: approx Falu Red. HEX triplet: 70, 22 and 16. RGB value is (112,34,22). Sum of RGB (Red+Green+Blue) = 112+34+22=168 (22% of max value = 765). Red value is 112 (44.14% from 255 or 66.67% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 22 (8.98% from 255 or 13.10% from 168); Max value from RGB is 112 - color contains mainly: red. Hex color #702216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702216 is #8FDDE9. Grayscale: #383838. Windows color (decimal): -9428458 or 1450608. OLE color: 1450608.

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

Color convert

RGB1123422-
CMYK00.700.800.56
HSL67.16%26.27%-
HSV(B)80.36%43.92%-
XYZ7.44.651.27-
YUV55.95108.84167.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 66.67%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 22 (8.98% from 255) = 13.10%
R=66.67%
G=20.24%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112342200.700.800.56867.1626.27
Hex70221604650388431a
Octal16042260106120701010332
Binary1110000100010101100100011010100001110001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702216; }

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

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

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

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

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

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

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

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