Html Css Color HEX #71110C Falu Red

📋 copy color: '#71110C'

red 113 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #71110C

Tints of Falu Red #71110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

 BLUE value IS 12 (5.08% from 255) = 8.45%

R = 79.58%
G = 11.97%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71110C (or 0x71110C) is known color: Falu Red. HEX triplet: 71, 11 and 0C. RGB value is (113,17,12). Sum of RGB (Red+Green+Blue) = 113+17+12=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 12 (5.08% from 255 or 8.45% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #71110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71110C is #8EEEF3. Grayscale: #2D2D2D. Windows color (decimal): -9367284 or 790897. OLE color: 790897.

HSL color Cylindrical-coordinate representation of color #71110C: hue angle of 2.97º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71110C is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 17 12 -
CMYK 0 0.85 0.89 0.56
HSL 2.97º 0.81% 0.25% -
HSV(B) 2.97º 0.89% 0.44% -
XYZ 7.08 3.94 0.73 -
YUV 45.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 113 17 12 0 0.85 0.89 0.56 2.97 0.81 0.25
Hex 71 11 C 0 55 59 38 3 51 19
Octal 161 21 14 0 125 131 70 3 121 31
Binary 1110001 10001 1100 0 1010101 1011001 111000 11 1010001 11001

Color Harmonies of #71110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71110C

Black with #71110C

Text Example


Text Example

White with #71110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71110C; }

 p { color: rgb(113,17,12); }

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

background-color css

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

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

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

border-color css

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

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

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