Html Css Color HEX #711901 Falu Red

📋 copy color: '#711901'

red 113 ◦ green 25 ◦ blue 1

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

Shades of Falu Red #711901

Tints of Falu Red #711901

RGB

 RED value IS 113 (44.53% from 255) = 81.29%

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

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

R = 81.29%
G = 17.99%
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

#711901 (or 0x711901) is known color: Falu Red. HEX triplet: 71, 19 and 01. RGB value is (113,25,1). Sum of RGB (Red+Green+Blue) = 113+25+1=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #711901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711901 is #8EE6FE. Grayscale: #303030. Windows color (decimal): -9365247 or 72049. OLE color: 72049.

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

Color convert

RGB 113 25 1 -
CMYK 0 0.78 0.99 0.56
HSL 12.86º 0.98% 0.22% -
HSV(B) 12.86º 0.99% 0.44% -
XYZ 7.16 4.21 0.46 -
YUV 48.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 113 25 1 0 0.78 0.99 0.56 12.86 0.98 0.22
Hex 71 19 1 0 4E 63 38 D 62 16
Octal 161 31 1 0 116 143 70 15 142 26
Binary 1110001 11001 1 0 1001110 1100011 111000 1101 1100010 10110

Color Harmonies of #711901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711901

Black with #711901

Text Example


Text Example

White with #711901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711901; }

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

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

background-color css

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

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

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

border-color css

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

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

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