Html Css Color HEX #701208 Falu Red

📋 copy color: '#701208'

red 112 ◦ green 18 ◦ blue 8

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

Shades of Falu Red #701208

Tints of Falu Red #701208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.8%

R = 81.16%
G = 13.04%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#701208 (or 0x701208) is known color: Falu Red. HEX triplet: 70, 12 and 08. RGB value is (112,18,8). Sum of RGB (Red+Green+Blue) = 112+18+8=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #701208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701208 is #8FEDF7. Grayscale: #2D2D2D. Windows color (decimal): -9432568 or 529008. OLE color: 529008.

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

Color convert

RGB 112 18 8 -
CMYK 0 0.84 0.93 0.56
HSL 5.77º 0.87% 0.24% -
HSV(B) 5.77º 0.93% 0.44% -
XYZ 6.94 3.89 0.62 -
YUV 44.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 112 18 8 0 0.84 0.93 0.56 5.77 0.87 0.24
Hex 70 12 8 0 54 5D 38 6 57 18
Octal 160 22 10 0 124 135 70 6 127 30
Binary 1110000 10010 1000 0 1010100 1011101 111000 110 1010111 11000

Color Harmonies of #701208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701208

Black with #701208

Text Example


Text Example

White with #701208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701208; }

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

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

background-color css

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

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

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

border-color css

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

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

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