Html Css Color HEX #711A17 Falu Red

📋 copy color: '#711A17'

red 113 ◦ green 26 ◦ blue 23

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

Shades of Falu Red #711A17

Tints of Falu Red #711A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.05%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 69.75%
G = 16.05%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#711A17 (or 0x711A17) is known color: Falu Red. HEX triplet: 71, 1A and 17. RGB value is (113,26,23). Sum of RGB (Red+Green+Blue) = 113+26+23=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711A17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A17 is #8EE5E8. Grayscale: #333333. Windows color (decimal): -9364969 or 1514097. OLE color: 1514097.

HSL color Cylindrical-coordinate representation of color #711A17: hue angle of 2º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #711A17 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 23 -
CMYK 0 0.77 0.80 0.56
HSL 0.66% 0.27% -
HSV(B) 0.8% 0.44% -
XYZ 7.33 4.31 1.26 -
YUV 51.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 113 26 23 0 0.77 0.80 0.56 2 0.66 0.27
Hex 71 1A 17 0 4D 50 38 2 42 1B
Octal 161 32 27 0 115 120 70 2 102 33
Binary 1110001 11010 10111 0 1001101 1010000 111000 10 1000010 11011

Color Harmonies of #711A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A17

Black with #711A17

Text Example


Text Example

White with #711A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,23); }

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

background-color css

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

 a { background-color: rgb(113,26,23); }

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

border-color css

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

 span { border-color: rgb(113,26,23); }

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