Html Css Color HEX #71190D Falu Red

📋 copy color: '#71190D'

red 113 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #71190D

Tints of Falu Red #71190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.61%

R = 74.83%
G = 16.56%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71190D (or 0x71190D) is known color: Falu Red. HEX triplet: 71, 19 and 0D. RGB value is (113,25,13). Sum of RGB (Red+Green+Blue) = 113+25+13=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #71190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71190D is #8EE6F2. Grayscale: #323232. Windows color (decimal): -9365235 or 858481. OLE color: 858481.

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

Color convert

RGB 113 25 13 -
CMYK 0 0.78 0.88 0.56
HSL 7.2º 0.79% 0.25% -
HSV(B) 7.2º 0.88% 0.44% -
XYZ 7.23 4.24 0.82 -
YUV 49.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 113 25 13 0 0.78 0.88 0.56 7.2 0.79 0.25
Hex 71 19 D 0 4E 58 38 7 4F 19
Octal 161 31 15 0 116 130 70 7 117 31
Binary 1110001 11001 1101 0 1001110 1011000 111000 111 1001111 11001

Color Harmonies of #71190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71190D

Black with #71190D

Text Example


Text Example

White with #71190D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71190D; }

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

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

background-color css

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

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

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

border-color css

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

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

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