Html Css Color HEX #711F01 Falu Red

📋 copy color: '#711F01'

red 113 ◦ green 31 ◦ blue 1

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

Shades of Falu Red #711F01

Tints of Falu Red #711F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.38%

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

R = 77.93%
G = 21.38%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#711F01 (or 0x711F01) is known color: Falu Red. HEX triplet: 71, 1F and 01. RGB value is (113,31,1). Sum of RGB (Red+Green+Blue) = 113+31+1=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #711F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F01 is #8EE0FE. Grayscale: #343434. Windows color (decimal): -9363711 or 73585. OLE color: 73585.

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

Color convert

RGB 113 31 1 -
CMYK 0 0.73 0.99 0.56
HSL 16.07º 0.98% 0.22% -
HSV(B) 16.07º 0.99% 0.44% -
XYZ 7.31 4.49 0.51 -
YUV 52.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 113 31 1 0 0.73 0.99 0.56 16.07 0.98 0.22
Hex 71 1F 1 0 49 63 38 10 62 16
Octal 161 37 1 0 111 143 70 20 142 26
Binary 1110001 11111 1 0 1001001 1100011 111000 10000 1100010 10110

Color Harmonies of #711F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F01

Black with #711F01

Text Example


Text Example

White with #711F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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