Html Css Color HEX #731710 Falu Red

📋 copy color: '#731710'

red 115 ◦ green 23 ◦ blue 16

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

Shades of Falu Red #731710

Tints of Falu Red #731710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

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

R = 74.68%
G = 14.94%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731710 (or 0x731710) is known color: Falu Red. HEX triplet: 73, 17 and 10. RGB value is (115,23,16). Sum of RGB (Red+Green+Blue) = 115+23+16=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #731710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731710 is #8CE8EF. Grayscale: #313131. Windows color (decimal): -9234672 or 1054579. OLE color: 1054579.

HSL color Cylindrical-coordinate representation of color #731710: hue angle of 4.24º 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 #731710 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 16 -
CMYK 0 0.80 0.86 0.55
HSL 4.24º 0.76% 0.26% -
HSV(B) 4.24º 0.86% 0.45% -
XYZ 7.47 4.3 0.93 -
YUV 49.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 115 23 16 0 0.80 0.86 0.55 4.24 0.76 0.26
Hex 73 17 10 0 50 56 37 4 4C 1A
Octal 163 27 20 0 120 126 67 4 114 32
Binary 1110011 10111 10000 0 1010000 1010110 110111 100 1001100 11010

Color Harmonies of #731710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731710

Black with #731710

Text Example


Text Example

White with #731710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731710; }

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

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

background-color css

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

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

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

border-color css

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

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

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