Html Css Color HEX #711D12 Falu Red

📋 copy color: '#711D12'

red 113 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #711D12

Tints of Falu Red #711D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 70.63%
G = 18.13%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#711D12 (or 0x711D12) is known color: Falu Red. HEX triplet: 71, 1D and 12. RGB value is (113,29,18). Sum of RGB (Red+Green+Blue) = 113+29+18=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #711D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711D12 is #8EE2ED. Grayscale: #343434. Windows color (decimal): -9364206 or 1187185. OLE color: 1187185.

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

Color convert

RGB 113 29 18 -
CMYK 0 0.74 0.84 0.56
HSL 6.95º 0.73% 0.26% -
HSV(B) 6.95º 0.84% 0.44% -
XYZ 7.36 4.43 1.04 -
YUV 52.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 113 29 18 0 0.74 0.84 0.56 6.95 0.73 0.26
Hex 71 1D 12 0 4A 54 38 7 49 1A
Octal 161 35 22 0 112 124 70 7 111 32
Binary 1110001 11101 10010 0 1001010 1010100 111000 111 1001001 11010

Color Harmonies of #711D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D12

Black with #711D12

Text Example


Text Example

White with #711D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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