Html Css Color HEX #711615 Falu Red

📋 copy color: '#711615'

red 113 ◦ green 22 ◦ blue 21

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

Shades of Falu Red #711615

Tints of Falu Red #711615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 13.46%

R = 72.44%
G = 14.1%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711615 (or 0x711615) is known color: Falu Red. HEX triplet: 71, 16 and 15. RGB value is (113,22,21). Sum of RGB (Red+Green+Blue) = 113+22+21=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #711615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711615 is #8EE9EA. Grayscale: #313131. Windows color (decimal): -9365995 or 1382001. OLE color: 1382001.

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

Color convert

RGB 113 22 21 -
CMYK 0 0.81 0.81 0.56
HSL 0.65º 0.69% 0.26% -
HSV(B) 0.65º 0.81% 0.44% -
XYZ 7.23 4.14 1.13 -
YUV 49.1 112.15 173.58 -
System Red Green Blue C M Y K H S L
Decimal 113 22 21 0 0.81 0.81 0.56 0.65 0.69 0.26
Hex 71 16 15 0 51 51 38 1 45 1A
Octal 161 26 25 0 121 121 70 1 105 32
Binary 1110001 10110 10101 0 1010001 1010001 111000 1 1000101 11010

Color Harmonies of #711615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711615

Black with #711615

Text Example


Text Example

White with #711615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711615; }

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

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

background-color css

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

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

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

border-color css

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

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

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