Html Css Color HEX #701505 Falu Red

📋 copy color: '#701505'

red 112 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #701505

Tints of Falu Red #701505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.62%

R = 81.16%
G = 15.22%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701505 (or 0x701505) is known color: Falu Red. HEX triplet: 70, 15 and 05. RGB value is (112,21,5). Sum of RGB (Red+Green+Blue) = 112+21+5=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #701505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701505 is #8FEAFA. Grayscale: #2E2E2E. Windows color (decimal): -9431803 or 333168. OLE color: 333168.

HSL color Cylindrical-coordinate representation of color #701505: hue angle of 8.97º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701505 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 5 -
CMYK 0 0.81 0.96 0.56
HSL 8.97º 0.91% 0.23% -
HSV(B) 8.97º 0.96% 0.44% -
XYZ 6.98 3.99 0.55 -
YUV 46.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 112 21 5 0 0.81 0.96 0.56 8.97 0.91 0.23
Hex 70 15 5 0 51 60 38 9 5B 17
Octal 160 25 5 0 121 140 70 11 133 27
Binary 1110000 10101 101 0 1010001 1100000 111000 1001 1011011 10111

Color Harmonies of #701505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701505

Black with #701505

Text Example


Text Example

White with #701505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701505; }

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

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

background-color css

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

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

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

border-color css

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

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

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