Html Css Color HEX #71120C Falu Red

📋 copy color: '#71120C'

red 113 ◦ green 18 ◦ blue 12

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

Shades of Falu Red #71120C

Tints of Falu Red #71120C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

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

R = 79.02%
G = 12.59%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71120C (or 0x71120C) is known color: Falu Red. HEX triplet: 71, 12 and 0C. RGB value is (113,18,12). Sum of RGB (Red+Green+Blue) = 113+18+12=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71120C is #8EEDF3. Grayscale: #2D2D2D. Windows color (decimal): -9367028 or 791153. OLE color: 791153.

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

Color convert

RGB 113 18 12 -
CMYK 0 0.84 0.89 0.56
HSL 3.56º 0.81% 0.25% -
HSV(B) 3.56º 0.89% 0.44% -
XYZ 7.09 3.97 0.74 -
YUV 45.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 113 18 12 0 0.84 0.89 0.56 3.56 0.81 0.25
Hex 71 12 C 0 54 59 38 4 51 19
Octal 161 22 14 0 124 131 70 4 121 31
Binary 1110001 10010 1100 0 1010100 1011001 111000 100 1010001 11001

Color Harmonies of #71120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71120C

Black with #71120C

Text Example


Text Example

White with #71120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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