#702210

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

Shades of Falu Red #702210

Tints of Falu Red #702210

Color information

#702210 (or 0x702210) is unknown color: approx Falu Red. HEX triplet: 70, 22 and 10. RGB value is (112,34,16). Sum of RGB (Red+Green+Blue) = 112+34+16=162 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.14% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 112 - color contains mainly: red. Hex color #702210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702210 is #8FDDEF. Grayscale: #373737. Windows color (decimal): -9428464 or 1057392. OLE color: 1057392.

HSL color Cylindrical-coordinate representation of color #702210: hue angle of 11.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #702210 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1123416-
CMYK00.700.860.56
HSL11.25º75%25.1%-
HSV(B)11.25º85.71%43.92%-
XYZ7.354.631-
YUV55.27105.84168.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.14%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 16 (6.64% from 255) = 9.88%
R=69.14%
G=20.99%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112341600.700.860.5611.257525.1
Hex7022100465638b4b19
Octal16042200106126701311331
Binary1110000100010100000100011010101101110001011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702210; }

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

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

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

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

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

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

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

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