Html Css Color HEX #711514 Falu Red

📋 copy color: '#711514'

red 113 ◦ green 21 ◦ blue 20

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

Shades of Falu Red #711514

Tints of Falu Red #711514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.64%

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 73.38%
G = 13.64%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#711514 (or 0x711514) is known color: Falu Red. HEX triplet: 71, 15 and 14. RGB value is (113,21,20). Sum of RGB (Red+Green+Blue) = 113+21+20=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #711514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711514 is #8EEAEB. Grayscale: #303030. Windows color (decimal): -9366252 or 1316209. OLE color: 1316209.

HSL color Cylindrical-coordinate representation of color #711514: hue angle of 0.65º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #711514 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 21 20 -
CMYK 0 0.81 0.82 0.56
HSL 0.65º 0.7% 0.26% -
HSV(B) 0.65º 0.82% 0.44% -
XYZ 7.2 4.1 1.07 -
YUV 48.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 113 21 20 0 0.81 0.82 0.56 0.65 0.7 0.26
Hex 71 15 14 0 51 52 38 1 46 1A
Octal 161 25 24 0 121 122 70 1 106 32
Binary 1110001 10101 10100 0 1010001 1010010 111000 1 1000110 11010

Color Harmonies of #711514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711514

Black with #711514

Text Example


Text Example

White with #711514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711514; }

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

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

background-color css

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

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

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

border-color css

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

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

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