Html Css Color HEX #711A15 Falu Red

📋 copy color: '#711A15'

red 113 ◦ green 26 ◦ blue 21

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

Shades of Falu Red #711A15

Tints of Falu Red #711A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.25%

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

R = 70.63%
G = 16.25%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711A15 (or 0x711A15) is known color: Falu Red. HEX triplet: 71, 1A and 15. RGB value is (113,26,21). Sum of RGB (Red+Green+Blue) = 113+26+21=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #711A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A15 is #8EE5EA. Grayscale: #333333. Windows color (decimal): -9364971 or 1383025. OLE color: 1383025.

HSL color Cylindrical-coordinate representation of color #711A15: hue angle of 3.26º 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 #711A15 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 21 -
CMYK 0 0.77 0.81 0.56
HSL 3.26º 0.69% 0.26% -
HSV(B) 3.26º 0.81% 0.44% -
XYZ 7.31 4.3 1.15 -
YUV 51.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 113 26 21 0 0.77 0.81 0.56 3.26 0.69 0.26
Hex 71 1A 15 0 4D 51 38 3 45 1A
Octal 161 32 25 0 115 121 70 3 105 32
Binary 1110001 11010 10101 0 1001101 1010001 111000 11 1000101 11010

Color Harmonies of #711A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A15

Black with #711A15

Text Example


Text Example

White with #711A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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