Html Css Color HEX #731D10 Falu Red

📋 copy color: '#731D10'

red 115 ◦ green 29 ◦ blue 16

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

Shades of Falu Red #731D10

Tints of Falu Red #731D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.13%

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

R = 71.88%
G = 18.13%
B = 10%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731D10 (or 0x731D10) is known color: Falu Red. HEX triplet: 73, 1D and 10. RGB value is (115,29,16). Sum of RGB (Red+Green+Blue) = 115+29+16=160 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.88% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 115 - color contains mainly: red. Hex color #731D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D10 is #8CE2EF. Grayscale: #353535. Windows color (decimal): -9233136 or 1056115. OLE color: 1056115.

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

Color convert

RGB 115 29 16 -
CMYK 0 0.75 0.86 0.55
HSL 7.88º 0.76% 0.26% -
HSV(B) 7.88º 0.86% 0.45% -
XYZ 7.6 4.56 0.97 -
YUV 53.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 115 29 16 0 0.75 0.86 0.55 7.88 0.76 0.26
Hex 73 1D 10 0 4B 56 37 8 4C 1A
Octal 163 35 20 0 113 126 67 10 114 32
Binary 1110011 11101 10000 0 1001011 1010110 110111 1000 1001100 11010

Color Harmonies of #731D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D10

Black with #731D10

Text Example


Text Example

White with #731D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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