Html Css Color HEX #711717 Falu Red

📋 copy color: '#711717'

red 113 ◦ green 23 ◦ blue 23

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

Shades of Falu Red #711717

Tints of Falu Red #711717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.47%

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

R = 71.07%
G = 14.47%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#711717 (or 0x711717) is known color: Falu Red. HEX triplet: 71, 17 and 17. RGB value is (113,23,23). Sum of RGB (Red+Green+Blue) = 113+23+23=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #711717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711717 is #8EE8E8. Grayscale: #323232. Windows color (decimal): -9365737 or 1513329. OLE color: 1513329.

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

Color convert

RGB 113 23 23 -
CMYK 0 0.80 0.80 0.56
HSL 0.66% 0.27% -
HSV(B) 0.8% 0.44% -
XYZ 7.27 4.19 1.24 -
YUV 49.91 112.82 173 -
System Red Green Blue C M Y K H S L
Decimal 113 23 23 0 0.80 0.80 0.56 0 0.66 0.27
Hex 71 17 17 0 50 50 38 0 42 1B
Octal 161 27 27 0 120 120 70 0 102 33
Binary 1110001 10111 10111 0 1010000 1010000 111000 0 1000010 11011

Color Harmonies of #711717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711717

Black with #711717

Text Example


Text Example

White with #711717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711717; }

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

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

background-color css

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

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

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

border-color css

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

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

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