#702109

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

Shades of Falu Red #702109

Tints of Falu Red #702109

Color information

#702109 (or 0x702109) is unknown color: approx Falu Red. HEX triplet: 70, 21 and 09. RGB value is (112,33,9). Sum of RGB (Red+Green+Blue) = 112+33+9=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 9 (3.91% from 255 or 5.84% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #702109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702109 is #8FDEF6. Grayscale: #363636. Windows color (decimal): -9428727 or 598384. OLE color: 598384.

HSL color Cylindrical-coordinate representation of color #702109: hue angle of 13.98º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #702109 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB112339-
CMYK00.710.920.56
HSL13.98º85.12%23.73%-
HSV(B)13.98º91.96%43.92%-
XYZ7.284.550.75-
YUV53.88102.67169.45-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.73%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 9 (3.91% from 255) = 5.84%
R=72.73%
G=21.43%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11233900.710.920.5613.9885.1223.73
Hex702190475C38e5518
Octal16041110107134701612530
Binary111000010000110010100011110111001110001110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702109; }

 p { color: rgb(112,33,9); }

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

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

 a { background-color: rgb(112,33,9); }

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

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

 span { border-color: rgb(112,33,9); }

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