Html Css Color HEX #711919 Falu Red

📋 copy color: '#711919'

red 113 ◦ green 25 ◦ blue 25

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

Shades of Falu Red #711919

Tints of Falu Red #711919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 69.33%
G = 15.34%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#711919 (or 0x711919) is known color: Falu Red. HEX triplet: 71, 19 and 19. RGB value is (113,25,25). Sum of RGB (Red+Green+Blue) = 113+25+25=163 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.33% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 113 - color contains mainly: red. Hex color #711919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711919 is #8EE6E6. Grayscale: #333333. Windows color (decimal): -9365223 or 1644913. OLE color: 1644913.

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

Color convert

RGB 113 25 25 -
CMYK 0 0.78 0.78 0.56
HSL 0.64% 0.27% -
HSV(B) 0.78% 0.44% -
XYZ 7.33 4.28 1.36 -
YUV 51.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 113 25 25 0 0.78 0.78 0.56 0 0.64 0.27
Hex 71 19 19 0 4E 4E 38 0 40 1B
Octal 161 31 31 0 116 116 70 0 100 33
Binary 1110001 11001 11001 0 1001110 1001110 111000 0 1000000 11011

Color Harmonies of #711919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711919

Black with #711919

Text Example


Text Example

White with #711919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711919; }

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

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

background-color css

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

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

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

border-color css

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

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

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