Html Css Color HEX #731F12 Falu Red

📋 copy color: '#731F12'

red 115 ◦ green 31 ◦ blue 18

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

Shades of Falu Red #731F12

Tints of Falu Red #731F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.98%

R = 70.12%
G = 18.9%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#731F12 (or 0x731F12) is known color: Falu Red. HEX triplet: 73, 1F and 12. RGB value is (115,31,18). Sum of RGB (Red+Green+Blue) = 115+31+18=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #731F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731F12 is #8CE0ED. Grayscale: #363636. Windows color (decimal): -9232622 or 1187699. OLE color: 1187699.

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

Color convert

RGB 115 31 18 -
CMYK 0 0.73 0.84 0.55
HSL 8.04º 0.73% 0.26% -
HSV(B) 8.04º 0.84% 0.45% -
XYZ 7.67 4.67 1.07 -
YUV 54.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 115 31 18 0 0.73 0.84 0.55 8.04 0.73 0.26
Hex 73 1F 12 0 49 54 37 8 49 1A
Octal 163 37 22 0 111 124 67 10 111 32
Binary 1110011 11111 10010 0 1001001 1010100 110111 1000 1001001 11010

Color Harmonies of #731F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F12

Black with #731F12

Text Example


Text Example

White with #731F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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