Html Css Color HEX #731609 Falu Red

📋 copy color: '#731609'

red 115 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #731609

Tints of Falu Red #731609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

 BLUE value IS 9 (3.91% from 255) = 6.16%

R = 78.77%
G = 15.07%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#731609 (or 0x731609) is known color: Falu Red. HEX triplet: 73, 16 and 09. RGB value is (115,22,9). Sum of RGB (Red+Green+Blue) = 115+22+9=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731609 is #8CE9F6. Grayscale: #303030. Windows color (decimal): -9234935 or 595571. OLE color: 595571.

HSL color Cylindrical-coordinate representation of color #731609: hue angle of 7.36º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #731609 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 22 9 -
CMYK 0 0.81 0.92 0.55
HSL 7.36º 0.85% 0.24% -
HSV(B) 7.36º 0.92% 0.45% -
XYZ 7.41 4.24 0.69 -
YUV 48.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 115 22 9 0 0.81 0.92 0.55 7.36 0.85 0.24
Hex 73 16 9 0 51 5C 37 7 55 18
Octal 163 26 11 0 121 134 67 7 125 30
Binary 1110011 10110 1001 0 1010001 1011100 110111 111 1010101 11000

Color Harmonies of #731609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731609

Black with #731609

Text Example


Text Example

White with #731609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731609; }

 p { color: rgb(115,22,9); }

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

background-color css

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

 a { background-color: rgb(115,22,9); }

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

border-color css

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

 span { border-color: rgb(115,22,9); }

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