Html Css Color HEX #71160F Falu Red

📋 copy color: '#71160F'

red 113 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #71160F

Tints of Falu Red #71160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

 BLUE value IS 15 (6.25% from 255) = 10%

R = 75.33%
G = 14.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71160F (or 0x71160F) is known color: Falu Red. HEX triplet: 71, 16 and 0F. RGB value is (113,22,15). Sum of RGB (Red+Green+Blue) = 113+22+15=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71160F is #8EE9F0. Grayscale: #303030. Windows color (decimal): -9366001 or 988785. OLE color: 988785.

HSL color Cylindrical-coordinate representation of color #71160F: hue angle of 4.29º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71160F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 15 -
CMYK 0 0.81 0.87 0.56
HSL 4.29º 0.77% 0.25% -
HSV(B) 4.29º 0.87% 0.44% -
XYZ 7.18 4.12 0.87 -
YUV 48.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 113 22 15 0 0.81 0.87 0.56 4.29 0.77 0.25
Hex 71 16 F 0 51 57 38 4 4D 19
Octal 161 26 17 0 121 127 70 4 115 31
Binary 1110001 10110 1111 0 1010001 1010111 111000 100 1001101 11001

Color Harmonies of #71160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71160F

Black with #71160F

Text Example


Text Example

White with #71160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71160F; }

 p { color: rgb(113,22,15); }

 H1.HeaderClassName
 {
   color: #71160F;
 }
 .AnyTagClassName
 {
   color: #71160F;
 }
</style>

background-color css

<style>
 a { background-color: #71160F; }

 a { background-color: rgb(113,22,15); }

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

border-color css

<style>
 span { border-color: #71160F; }

 span { border-color: rgb(113,22,15); }

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