Html Css Color HEX #71130C Falu Red

📋 copy color: '#71130C'

red 113 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #71130C

Tints of Falu Red #71130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

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

R = 78.47%
G = 13.19%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71130C (or 0x71130C) is known color: Falu Red. HEX triplet: 71, 13 and 0C. RGB value is (113,19,12). Sum of RGB (Red+Green+Blue) = 113+19+12=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71130C is #8EECF3. Grayscale: #2E2E2E. Windows color (decimal): -9366772 or 791409. OLE color: 791409.

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

Color convert

RGB 113 19 12 -
CMYK 0 0.83 0.89 0.56
HSL 4.16º 0.81% 0.25% -
HSV(B) 4.16º 0.89% 0.44% -
XYZ 7.11 4 0.75 -
YUV 46.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 113 19 12 0 0.83 0.89 0.56 4.16 0.81 0.25
Hex 71 13 C 0 53 59 38 4 51 19
Octal 161 23 14 0 123 131 70 4 121 31
Binary 1110001 10011 1100 0 1010011 1011001 111000 100 1010001 11001

Color Harmonies of #71130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71130C

Black with #71130C

Text Example


Text Example

White with #71130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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