Html Css Color HEX #731409 Falu Red

📋 copy color: '#731409'

red 115 ◦ green 20 ◦ blue 9

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

Shades of Falu Red #731409

Tints of Falu Red #731409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.89%

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

R = 79.86%
G = 13.89%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#731409 (or 0x731409) is known color: Falu Red. HEX triplet: 73, 14 and 09. RGB value is (115,20,9). Sum of RGB (Red+Green+Blue) = 115+20+9=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #731409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731409 is #8CEBF6. Grayscale: #2F2F2F. Windows color (decimal): -9235447 or 595059. OLE color: 595059.

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

Color convert

RGB 115 20 9 -
CMYK 0 0.83 0.92 0.55
HSL 6.23º 0.85% 0.24% -
HSV(B) 6.23º 0.92% 0.45% -
XYZ 7.37 4.16 0.67 -
YUV 47.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 115 20 9 0 0.83 0.92 0.55 6.23 0.85 0.24
Hex 73 14 9 0 53 5C 37 6 55 18
Octal 163 24 11 0 123 134 67 6 125 30
Binary 1110011 10100 1001 0 1010011 1011100 110111 110 1010101 11000

Color Harmonies of #731409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731409

Black with #731409

Text Example


Text Example

White with #731409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731409; }

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

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

background-color css

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

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

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

border-color css

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

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

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