Html Css Color HEX #731809 Falu Red

📋 copy color: '#731809'

red 115 ◦ green 24 ◦ blue 9

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

Shades of Falu Red #731809

Tints of Falu Red #731809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 77.7%
G = 16.22%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#731809 (or 0x731809) is known color: Falu Red. HEX triplet: 73, 18 and 09. RGB value is (115,24,9). Sum of RGB (Red+Green+Blue) = 115+24+9=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #731809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731809 is #8CE7F6. Grayscale: #313131. Windows color (decimal): -9234423 or 596083. OLE color: 596083.

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

Color convert

RGB 115 24 9 -
CMYK 0 0.79 0.92 0.55
HSL 8.49º 0.85% 0.24% -
HSV(B) 8.49º 0.92% 0.45% -
XYZ 7.45 4.32 0.7 -
YUV 49.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 115 24 9 0 0.79 0.92 0.55 8.49 0.85 0.24
Hex 73 18 9 0 4F 5C 37 8 55 18
Octal 163 30 11 0 117 134 67 10 125 30
Binary 1110011 11000 1001 0 1001111 1011100 110111 1000 1010101 11000

Color Harmonies of #731809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731809

Black with #731809

Text Example


Text Example

White with #731809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731809; }

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

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

background-color css

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

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

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

border-color css

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

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

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