Html Css Color HEX #711C0E Falu Red

📋 copy color: '#711C0E'

red 113 ◦ green 28 ◦ blue 14

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

Shades of Falu Red #711C0E

Tints of Falu Red #711C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.03%

R = 72.9%
G = 18.06%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#711C0E (or 0x711C0E) is known color: Falu Red. HEX triplet: 71, 1C and 0E. RGB value is (113,28,14). Sum of RGB (Red+Green+Blue) = 113+28+14=155 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.90% from 155); Green value is 28 (11.33% from 255 or 18.06% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 113 - color contains mainly: red. Hex color #711C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711C0E is #8EE3F1. Grayscale: #333333. Windows color (decimal): -9364466 or 924785. OLE color: 924785.

HSL color Cylindrical-coordinate representation of color #711C0E: hue angle of 8.48º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711C0E is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 14 -
CMYK 0 0.75 0.88 0.56
HSL 8.48º 0.78% 0.25% -
HSV(B) 8.48º 0.88% 0.44% -
XYZ 7.3 4.37 0.87 -
YUV 51.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 113 28 14 0 0.75 0.88 0.56 8.48 0.78 0.25
Hex 71 1C E 0 4B 58 38 8 4E 19
Octal 161 34 16 0 113 130 70 10 116 31
Binary 1110001 11100 1110 0 1001011 1011000 111000 1000 1001110 11001

Color Harmonies of #711C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C0E

Black with #711C0E

Text Example


Text Example

White with #711C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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