Html Css Color HEX #731610 Falu Red

📋 copy color: '#731610'

red 115 ◦ green 22 ◦ blue 16

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

Shades of Falu Red #731610

Tints of Falu Red #731610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 75.16%
G = 14.38%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731610 (or 0x731610) is known color: Falu Red. HEX triplet: 73, 16 and 10. RGB value is (115,22,16). Sum of RGB (Red+Green+Blue) = 115+22+16=153 (20% of max value = 765). Red value is 115 (45.31% from 255 or 75.16% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 115 - color contains mainly: red. Hex color #731610 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731610 is #8CE9EF. Grayscale: #313131. Windows color (decimal): -9234928 or 1054323. OLE color: 1054323.

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

Color convert

RGB 115 22 16 -
CMYK 0 0.81 0.86 0.55
HSL 3.64º 0.76% 0.26% -
HSV(B) 3.64º 0.86% 0.45% -
XYZ 7.45 4.26 0.92 -
YUV 49.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 115 22 16 0 0.81 0.86 0.55 3.64 0.76 0.26
Hex 73 16 10 0 51 56 37 4 4C 1A
Octal 163 26 20 0 121 126 67 4 114 32
Binary 1110011 10110 10000 0 1010001 1010110 110111 100 1001100 11010

Color Harmonies of #731610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731610

Black with #731610

Text Example


Text Example

White with #731610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731610; }

 p { color: rgb(115,22,16); }

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

background-color css

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

 a { background-color: rgb(115,22,16); }

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

border-color css

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

 span { border-color: rgb(115,22,16); }

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