Html Css Color HEX #701901 Falu Red

📋 copy color: '#701901'

red 112 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #701901

Tints of Falu Red #701901

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.12%

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 81.16%
G = 18.12%
B = 0.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701901 (or 0x701901) is known color: Falu Red. HEX triplet: 70, 19 and 01. RGB value is (112,25,1). Sum of RGB (Red+Green+Blue) = 112+25+1=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #701901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701901 is #8FE6FE. Grayscale: #303030. Windows color (decimal): -9430783 or 72048. OLE color: 72048.

HSL color Cylindrical-coordinate representation of color #701901: hue angle of 12.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #701901 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 1 -
CMYK 0 0.78 0.99 0.56
HSL 12.97º 0.98% 0.22% -
HSV(B) 12.97º 0.99% 0.44% -
XYZ 7.04 4.14 0.46 -
YUV 48.28 101.32 173.45 -
System Red Green Blue C M Y K H S L
Decimal 112 25 1 0 0.78 0.99 0.56 12.97 0.98 0.22
Hex 70 19 1 0 4E 63 38 D 62 16
Octal 160 31 1 0 116 143 70 15 142 26
Binary 1110000 11001 1 0 1001110 1100011 111000 1101 1100010 10110

Color Harmonies of #701901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701901

Black with #701901

Text Example


Text Example

White with #701901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701901; }

 p { color: rgb(112,25,1); }

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

background-color css

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

 a { background-color: rgb(112,25,1); }

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

border-color css

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

 span { border-color: rgb(112,25,1); }

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