Html Css Color HEX #71140A Falu Red

📋 copy color: '#71140A'

red 113 ◦ green 20 ◦ blue 10

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

Shades of Falu Red #71140A

Tints of Falu Red #71140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

 BLUE value IS 10 (4.3% from 255) = 6.99%

R = 79.02%
G = 13.99%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71140A (or 0x71140A) is known color: Falu Red. HEX triplet: 71, 14 and 0A. RGB value is (113,20,10). Sum of RGB (Red+Green+Blue) = 113+20+10=143 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.02% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 113 - color contains mainly: red. Hex color #71140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71140A is #8EEBF5. Grayscale: #2E2E2E. Windows color (decimal): -9366518 or 660593. OLE color: 660593.

HSL color Cylindrical-coordinate representation of color #71140A: hue angle of 5.83º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71140A is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 10 -
CMYK 0 0.82 0.91 0.56
HSL 5.83º 0.84% 0.24% -
HSV(B) 5.83º 0.91% 0.44% -
XYZ 7.11 4.03 0.69 -
YUV 46.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 113 20 10 0 0.82 0.91 0.56 5.83 0.84 0.24
Hex 71 14 A 0 52 5B 38 6 54 18
Octal 161 24 12 0 122 133 70 6 124 30
Binary 1110001 10100 1010 0 1010010 1011011 111000 110 1010100 11000

Color Harmonies of #71140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71140A

Black with #71140A

Text Example


Text Example

White with #71140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71140A; }

 p { color: rgb(113,20,10); }

 H1.HeaderClassName
 {
   color: #71140A;
 }
 .AnyTagClassName
 {
   color: #71140A;
 }
</style>

background-color css

<style>
 a { background-color: #71140A; }

 a { background-color: rgb(113,20,10); }

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

border-color css

<style>
 span { border-color: #71140A; }

 span { border-color: rgb(113,20,10); }

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