Html Css Color HEX #731712 Falu Red

📋 copy color: '#731712'

red 115 ◦ green 23 ◦ blue 18

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

Shades of Falu Red #731712

Tints of Falu Red #731712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.74%

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

R = 73.72%
G = 14.74%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#731712 (or 0x731712) is known color: Falu Red. HEX triplet: 73, 17 and 12. RGB value is (115,23,18). Sum of RGB (Red+Green+Blue) = 115+23+18=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #731712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731712 is #8CE8ED. Grayscale: #323232. Windows color (decimal): -9234670 or 1185651. OLE color: 1185651.

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

Color convert

RGB 115 23 18 -
CMYK 0 0.80 0.84 0.55
HSL 3.09º 0.73% 0.26% -
HSV(B) 3.09º 0.84% 0.45% -
XYZ 7.49 4.3 1.01 -
YUV 49.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 115 23 18 0 0.80 0.84 0.55 3.09 0.73 0.26
Hex 73 17 12 0 50 54 37 3 49 1A
Octal 163 27 22 0 120 124 67 3 111 32
Binary 1110011 10111 10010 0 1010000 1010100 110111 11 1001001 11010

Color Harmonies of #731712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731712

Black with #731712

Text Example


Text Example

White with #731712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731712; }

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

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

background-color css

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

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

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

border-color css

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

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

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