Html Css Color HEX #71190C Falu Red

📋 copy color: '#71190C'

red 113 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #71190C

Tints of Falu Red #71190C

RGB

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

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

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

R = 75.33%
G = 16.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71190C (or 0x71190C) is known color: Falu Red. HEX triplet: 71, 19 and 0C. RGB value is (113,25,12). Sum of RGB (Red+Green+Blue) = 113+25+12=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71190C is #8EE6F3. Grayscale: #313131. Windows color (decimal): -9365236 or 792945. OLE color: 792945.

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

Color convert

RGB 113 25 12 -
CMYK 0 0.78 0.89 0.56
HSL 7.72º 0.81% 0.25% -
HSV(B) 7.72º 0.89% 0.44% -
XYZ 7.22 4.23 0.78 -
YUV 49.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 113 25 12 0 0.78 0.89 0.56 7.72 0.81 0.25
Hex 71 19 C 0 4E 59 38 8 51 19
Octal 161 31 14 0 116 131 70 10 121 31
Binary 1110001 11001 1100 0 1001110 1011001 111000 1000 1010001 11001

Color Harmonies of #71190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71190C

Black with #71190C

Text Example


Text Example

White with #71190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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