Html Css Color HEX #712112 Falu Red

📋 copy color: '#712112'

red 113 ◦ green 33 ◦ blue 18

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

Shades of Falu Red #712112

Tints of Falu Red #712112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.12%

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

R = 68.9%
G = 20.12%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#712112 (or 0x712112) is known color: Falu Red. HEX triplet: 71, 21 and 12. RGB value is (113,33,18). Sum of RGB (Red+Green+Blue) = 113+33+18=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #712112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712112 is #8EDEED. Grayscale: #373737. Windows color (decimal): -9363182 or 1188209. OLE color: 1188209.

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

Color convert

RGB 113 33 18 -
CMYK 0 0.71 0.84 0.56
HSL 9.47º 0.73% 0.26% -
HSV(B) 9.47º 0.84% 0.44% -
XYZ 7.46 4.64 1.07 -
YUV 55.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 113 33 18 0 0.71 0.84 0.56 9.47 0.73 0.26
Hex 71 21 12 0 47 54 38 9 49 1A
Octal 161 41 22 0 107 124 70 11 111 32
Binary 1110001 100001 10010 0 1000111 1010100 111000 1001 1001001 11010

Color Harmonies of #712112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712112

Black with #712112

Text Example


Text Example

White with #712112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712112; }

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

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

background-color css

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

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

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

border-color css

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

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

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