Html Css Color HEX #711C15 Falu Red

📋 copy color: '#711C15'

red 113 ◦ green 28 ◦ blue 21

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

Shades of Falu Red #711C15

Tints of Falu Red #711C15

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.28%

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

R = 69.75%
G = 17.28%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711C15 (or 0x711C15) is known color: Falu Red. HEX triplet: 71, 1C and 15. RGB value is (113,28,21). Sum of RGB (Red+Green+Blue) = 113+28+21=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C15 is #8EE3EA. Grayscale: #343434. Windows color (decimal): -9364459 or 1383537. OLE color: 1383537.

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

Color convert

RGB 113 28 21 -
CMYK 0 0.75 0.81 0.56
HSL 4.57º 0.69% 0.26% -
HSV(B) 4.57º 0.81% 0.44% -
XYZ 7.36 4.4 1.17 -
YUV 52.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 113 28 21 0 0.75 0.81 0.56 4.57 0.69 0.26
Hex 71 1C 15 0 4B 51 38 5 45 1A
Octal 161 34 25 0 113 121 70 5 105 32
Binary 1110001 11100 10101 0 1001011 1010001 111000 101 1000101 11010

Color Harmonies of #711C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C15

Black with #711C15

Text Example


Text Example

White with #711C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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