Html Css Color HEX #711512 Falu Red

📋 copy color: '#711512'

red 113 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #711512

Tints of Falu Red #711512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.82%

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

R = 74.34%
G = 13.82%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#711512 (or 0x711512) is known color: Falu Red. HEX triplet: 71, 15 and 12. RGB value is (113,21,18). Sum of RGB (Red+Green+Blue) = 113+21+18=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #711512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711512 is #8EEAED. Grayscale: #303030. Windows color (decimal): -9366254 or 1185137. OLE color: 1185137.

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

Color convert

RGB 113 21 18 -
CMYK 0 0.81 0.84 0.56
HSL 1.89º 0.73% 0.26% -
HSV(B) 1.89º 0.84% 0.44% -
XYZ 7.19 4.09 0.98 -
YUV 48.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 113 21 18 0 0.81 0.84 0.56 1.89 0.73 0.26
Hex 71 15 12 0 51 54 38 2 49 1A
Octal 161 25 22 0 121 124 70 2 111 32
Binary 1110001 10101 10010 0 1010001 1010100 111000 10 1001001 11010

Color Harmonies of #711512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711512

Black with #711512

Text Example


Text Example

White with #711512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711512; }

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

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

background-color css

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

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

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

border-color css

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

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

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