Html Css Color HEX #701209 Falu Red

📋 copy color: '#701209'

red 112 ◦ green 18 ◦ blue 9

#701209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #701209

Tints of Falu Red #701209

RGB

 RED value IS 112 (44.14% from 255) = 80.58%

 GREEN value IS 18 (7.42% from 255) = 12.95%

 BLUE value IS 9 (3.91% from 255) = 6.47%

R = 80.58%
G = 12.95%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#701209 (or 0x701209) is known color: Falu Red. HEX triplet: 70, 12 and 09. RGB value is (112,18,9). Sum of RGB (Red+Green+Blue) = 112+18+9=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #701209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701209 is #8FEDF6. Grayscale: #2D2D2D. Windows color (decimal): -9432567 or 594544. OLE color: 594544.

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

Color convert

RGB 112 18 9 -
CMYK 0 0.84 0.92 0.56
HSL 5.24º 0.85% 0.24% -
HSV(B) 5.24º 0.92% 0.44% -
XYZ 6.95 3.9 0.64 -
YUV 45.08 107.64 175.73 -
System Red Green Blue C M Y K H S L
Decimal 112 18 9 0 0.84 0.92 0.56 5.24 0.85 0.24
Hex 70 12 9 0 54 5C 38 5 55 18
Octal 160 22 11 0 124 134 70 5 125 30
Binary 1110000 10010 1001 0 1010100 1011100 111000 101 1010101 11000

Color Harmonies of #701209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701209

Black with #701209

Text Example


Text Example

White with #701209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701209; }

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

 H1.HeaderClassName
 {
   color: #701209;
 }
 .AnyTagClassName
 {
   color: #701209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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