Html Css Color HEX #731912 Falu Red

📋 copy color: '#731912'

red 115 ◦ green 25 ◦ blue 18

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

Shades of Falu Red #731912

Tints of Falu Red #731912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 72.78%
G = 15.82%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#731912 (or 0x731912) is known color: Falu Red. HEX triplet: 73, 19 and 12. RGB value is (115,25,18). Sum of RGB (Red+Green+Blue) = 115+25+18=158 (20% of max value = 765). Red value is 115 (45.31% from 255 or 72.78% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 115 - color contains mainly: red. Hex color #731912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731912 is #8CE6ED. Grayscale: #333333. Windows color (decimal): -9234158 or 1186163. OLE color: 1186163.

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

Color convert

RGB 115 25 18 -
CMYK 0 0.78 0.84 0.55
HSL 4.33º 0.73% 0.26% -
HSV(B) 4.33º 0.84% 0.45% -
XYZ 7.53 4.38 1.02 -
YUV 51.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 115 25 18 0 0.78 0.84 0.55 4.33 0.73 0.26
Hex 73 19 12 0 4E 54 37 4 49 1A
Octal 163 31 22 0 116 124 67 4 111 32
Binary 1110011 11001 10010 0 1001110 1010100 110111 100 1001001 11010

Color Harmonies of #731912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731912

Black with #731912

Text Example


Text Example

White with #731912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731912; }

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

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

background-color css

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

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

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

border-color css

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

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

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