Html Css Color HEX #71180D Falu Red

📋 copy color: '#71180D'

red 113 ◦ green 24 ◦ blue 13

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

Shades of Falu Red #71180D

Tints of Falu Red #71180D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.67%

R = 75.33%
G = 16%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71180D (or 0x71180D) is known color: Falu Red. HEX triplet: 71, 18 and 0D. RGB value is (113,24,13). Sum of RGB (Red+Green+Blue) = 113+24+13=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71180D is #8EE7F2. Grayscale: #313131. Windows color (decimal): -9365491 or 858225. OLE color: 858225.

HSL color Cylindrical-coordinate representation of color #71180D: hue angle of 6.6º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71180D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 24 13 -
CMYK 0 0.79 0.88 0.56
HSL 6.6º 0.79% 0.25% -
HSV(B) 6.6º 0.88% 0.44% -
XYZ 7.21 4.19 0.81 -
YUV 49.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 113 24 13 0 0.79 0.88 0.56 6.6 0.79 0.25
Hex 71 18 D 0 4F 58 38 7 4F 19
Octal 161 30 15 0 117 130 70 7 117 31
Binary 1110001 11000 1101 0 1001111 1011000 111000 111 1001111 11001

Color Harmonies of #71180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71180D

Black with #71180D

Text Example


Text Example

White with #71180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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