Html Css Color HEX #731F10 Falu Red

📋 copy color: '#731F10'

red 115 ◦ green 31 ◦ blue 16

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

Shades of Falu Red #731F10

Tints of Falu Red #731F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.14%

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

R = 70.99%
G = 19.14%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#731F10 (or 0x731F10) is known color: Falu Red. HEX triplet: 73, 1F and 10. RGB value is (115,31,16). Sum of RGB (Red+Green+Blue) = 115+31+16=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 31 (12.5% from 255 or 19.14% from 162); Blue value is 16 (6.64% from 255 or 9.88% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #731F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F10 is #8CE0EF. Grayscale: #363636. Windows color (decimal): -9232624 or 1056627. OLE color: 1056627.

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

Color convert

RGB 115 31 16 -
CMYK 0 0.73 0.86 0.55
HSL 9.09º 0.76% 0.26% -
HSV(B) 9.09º 0.86% 0.45% -
XYZ 7.65 4.66 0.99 -
YUV 54.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 115 31 16 0 0.73 0.86 0.55 9.09 0.76 0.26
Hex 73 1F 10 0 49 56 37 9 4C 1A
Octal 163 37 20 0 111 126 67 11 114 32
Binary 1110011 11111 10000 0 1001001 1010110 110111 1001 1001100 11010

Color Harmonies of #731F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F10

Black with #731F10

Text Example


Text Example

White with #731F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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