Html Css Color HEX #712314 Falu Red

📋 copy color: '#712314'

red 113 ◦ green 35 ◦ blue 20

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

Shades of Falu Red #712314

Tints of Falu Red #712314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.83%

 BLUE value IS 20 (8.2% from 255) = 11.9%

R = 67.26%
G = 20.83%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#712314 (or 0x712314) is known color: Falu Red. HEX triplet: 71, 23 and 14. RGB value is (113,35,20). Sum of RGB (Red+Green+Blue) = 113+35+20=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 35 (14.06% from 255 or 20.83% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #712314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #712314 is #8EDCEB. Grayscale: #383838. Windows color (decimal): -9362668 or 1319793. OLE color: 1319793.

HSL color Cylindrical-coordinate representation of color #712314: hue angle of 9.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #712314 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 20 -
CMYK 0 0.69 0.82 0.56
HSL 9.68º 0.7% 0.26% -
HSV(B) 9.68º 0.82% 0.44% -
XYZ 7.54 4.76 1.18 -
YUV 56.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 113 35 20 0 0.69 0.82 0.56 9.68 0.7 0.26
Hex 71 23 14 0 45 52 38 A 46 1A
Octal 161 43 24 0 105 122 70 12 106 32
Binary 1110001 100011 10100 0 1000101 1010010 111000 1010 1000110 11010

Color Harmonies of #712314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712314

Black with #712314

Text Example


Text Example

White with #712314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712314; }

 p { color: rgb(113,35,20); }

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

background-color css

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

 a { background-color: rgb(113,35,20); }

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

border-color css

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

 span { border-color: rgb(113,35,20); }

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