Html Css Color HEX #711D0E Falu Red

📋 copy color: '#711D0E'

red 113 ◦ green 29 ◦ blue 14

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

Shades of Falu Red #711D0E

Tints of Falu Red #711D0E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.59%

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

R = 72.44%
G = 18.59%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#711D0E (or 0x711D0E) is known color: Falu Red. HEX triplet: 71, 1D and 0E. RGB value is (113,29,14). Sum of RGB (Red+Green+Blue) = 113+29+14=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 14 (5.86% from 255 or 8.97% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #711D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D0E is #8EE2F1. Grayscale: #343434. Windows color (decimal): -9364210 or 925041. OLE color: 925041.

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

Color convert

RGB 113 29 14 -
CMYK 0 0.74 0.88 0.56
HSL 9.09º 0.78% 0.25% -
HSV(B) 9.09º 0.88% 0.44% -
XYZ 7.33 4.42 0.88 -
YUV 52.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 113 29 14 0 0.74 0.88 0.56 9.09 0.78 0.25
Hex 71 1D E 0 4A 58 38 9 4E 19
Octal 161 35 16 0 112 130 70 11 116 31
Binary 1110001 11101 1110 0 1001010 1011000 111000 1001 1001110 11001

Color Harmonies of #711D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D0E

Black with #711D0E

Text Example


Text Example

White with #711D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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