Html Css Color HEX #71180C Falu Red

📋 copy color: '#71180C'

red 113 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #71180C

Tints of Falu Red #71180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

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

R = 75.84%
G = 16.11%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71180C (or 0x71180C) is known color: Falu Red. HEX triplet: 71, 18 and 0C. RGB value is (113,24,12). Sum of RGB (Red+Green+Blue) = 113+24+12=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #71180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71180C is #8EE7F3. Grayscale: #313131. Windows color (decimal): -9365492 or 792689. OLE color: 792689.

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

Color convert

RGB 113 24 12 -
CMYK 0 0.79 0.89 0.56
HSL 7.13º 0.81% 0.25% -
HSV(B) 7.13º 0.89% 0.44% -
XYZ 7.2 4.19 0.78 -
YUV 49.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 113 24 12 0 0.79 0.89 0.56 7.13 0.81 0.25
Hex 71 18 C 0 4F 59 38 7 51 19
Octal 161 30 14 0 117 131 70 7 121 31
Binary 1110001 11000 1100 0 1001111 1011001 111000 111 1010001 11001

Color Harmonies of #71180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71180C

Black with #71180C

Text Example


Text Example

White with #71180C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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