Html Css Color HEX #711E01 Falu Red

📋 copy color: '#711E01'

red 113 ◦ green 30 ◦ blue 1

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

Shades of Falu Red #711E01

Tints of Falu Red #711E01

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.83%

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

R = 78.47%
G = 20.83%
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

#711E01 (or 0x711E01) is known color: Falu Red. HEX triplet: 71, 1E and 01. RGB value is (113,30,1). Sum of RGB (Red+Green+Blue) = 113+30+1=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #711E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711E01 is #8EE1FE. Grayscale: #333333. Windows color (decimal): -9363967 or 73329. OLE color: 73329.

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

Color convert

RGB 113 30 1 -
CMYK 0 0.73 0.99 0.56
HSL 15.54º 0.98% 0.22% -
HSV(B) 15.54º 0.99% 0.44% -
XYZ 7.28 4.44 0.5 -
YUV 51.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 113 30 1 0 0.73 0.99 0.56 15.54 0.98 0.22
Hex 71 1E 1 0 49 63 38 10 62 16
Octal 161 36 1 0 111 143 70 20 142 26
Binary 1110001 11110 1 0 1001001 1100011 111000 10000 1100010 10110

Color Harmonies of #711E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E01

Black with #711E01

Text Example


Text Example

White with #711E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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