Html Css Color HEX #711817 Falu Red

📋 copy color: '#711817'

red 113 ◦ green 24 ◦ blue 23

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

Shades of Falu Red #711817

Tints of Falu Red #711817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15%

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

R = 70.63%
G = 15%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#711817 (or 0x711817) is known color: Falu Red. HEX triplet: 71, 18 and 17. RGB value is (113,24,23). Sum of RGB (Red+Green+Blue) = 113+24+23=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #711817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711817 is #8EE7E8. Grayscale: #323232. Windows color (decimal): -9365481 or 1513585. OLE color: 1513585.

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

Color convert

RGB 113 24 23 -
CMYK 0 0.79 0.80 0.56
HSL 0.67º 0.66% 0.27% -
HSV(B) 0.67º 0.8% 0.44% -
XYZ 7.29 4.23 1.24 -
YUV 50.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 113 24 23 0 0.79 0.80 0.56 0.67 0.66 0.27
Hex 71 18 17 0 4F 50 38 1 42 1B
Octal 161 30 27 0 117 120 70 1 102 33
Binary 1110001 11000 10111 0 1001111 1010000 111000 1 1000010 11011

Color Harmonies of #711817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711817

Black with #711817

Text Example


Text Example

White with #711817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711817; }

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

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

background-color css

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

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

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

border-color css

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

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

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