Html Css Color HEX #731D12 Falu Red

📋 copy color: '#731D12'

red 115 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #731D12

Tints of Falu Red #731D12

RGB

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

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

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

R = 70.99%
G = 17.9%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#731D12 (or 0x731D12) is known color: Falu Red. HEX triplet: 73, 1D and 12. RGB value is (115,29,18). Sum of RGB (Red+Green+Blue) = 115+29+18=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #731D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D12 is #8CE2ED. Grayscale: #353535. Windows color (decimal): -9233134 or 1187187. OLE color: 1187187.

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

Color convert

RGB 115 29 18 -
CMYK 0 0.75 0.84 0.55
HSL 6.8º 0.73% 0.26% -
HSV(B) 6.8º 0.84% 0.45% -
XYZ 7.62 4.57 1.05 -
YUV 53.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 115 29 18 0 0.75 0.84 0.55 6.8 0.73 0.26
Hex 73 1D 12 0 4B 54 37 7 49 1A
Octal 163 35 22 0 113 124 67 7 111 32
Binary 1110011 11101 10010 0 1001011 1010100 110111 111 1001001 11010

Color Harmonies of #731D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D12

Black with #731D12

Text Example


Text Example

White with #731D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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