Html Css Color HEX #731311 Falu Red

📋 copy color: '#731311'

red 115 ◦ green 19 ◦ blue 17

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

Shades of Falu Red #731311

Tints of Falu Red #731311

RGB

 RED value IS 115 (45.31% from 255) = 76.16%

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 76.16%
G = 12.58%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#731311 (or 0x731311) is known color: Falu Red. HEX triplet: 73, 13 and 11. RGB value is (115,19,17). Sum of RGB (Red+Green+Blue) = 115+19+17=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #731311 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731311 is #8CECEE. Grayscale: #2F2F2F. Windows color (decimal): -9235695 or 1119091. OLE color: 1119091.

HSL color Cylindrical-coordinate representation of color #731311: hue angle of 1.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731311 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 19 17 -
CMYK 0 0.83 0.85 0.55
HSL 1.22º 0.74% 0.26% -
HSV(B) 1.22º 0.85% 0.45% -
XYZ 7.4 4.15 0.94 -
YUV 47.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 115 19 17 0 0.83 0.85 0.55 1.22 0.74 0.26
Hex 73 13 11 0 53 55 37 1 4A 1A
Octal 163 23 21 0 123 125 67 1 112 32
Binary 1110011 10011 10001 0 1010011 1010101 110111 1 1001010 11010

Color Harmonies of #731311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731311

Black with #731311

Text Example


Text Example

White with #731311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731311; }

 p { color: rgb(115,19,17); }

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

background-color css

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

 a { background-color: rgb(115,19,17); }

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

border-color css

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

 span { border-color: rgb(115,19,17); }

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