Html Css Color HEX #701508 Falu Red

📋 copy color: '#701508'

red 112 ◦ green 21 ◦ blue 8

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

Shades of Falu Red #701508

Tints of Falu Red #701508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 79.43%
G = 14.89%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#701508 (or 0x701508) is known color: Falu Red. HEX triplet: 70, 15 and 08. RGB value is (112,21,8). Sum of RGB (Red+Green+Blue) = 112+21+8=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #701508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701508 is #8FEAF7. Grayscale: #2E2E2E. Windows color (decimal): -9431800 or 529776. OLE color: 529776.

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

Color convert

RGB 112 21 8 -
CMYK 0 0.81 0.93 0.56
HSL 7.5º 0.87% 0.24% -
HSV(B) 7.5º 0.93% 0.44% -
XYZ 6.99 4 0.63 -
YUV 46.73 106.15 174.56 -
System Red Green Blue C M Y K H S L
Decimal 112 21 8 0 0.81 0.93 0.56 7.5 0.87 0.24
Hex 70 15 8 0 51 5D 38 8 57 18
Octal 160 25 10 0 121 135 70 10 127 30
Binary 1110000 10101 1000 0 1010001 1011101 111000 1000 1010111 11000

Color Harmonies of #701508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701508

Black with #701508

Text Example


Text Example

White with #701508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701508; }

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

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

background-color css

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

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

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

border-color css

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

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

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