Html Css Color HEX #741809 Falu Red

📋 copy color: '#741809'

red 116 ◦ green 24 ◦ blue 9

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

Shades of Falu Red #741809

Tints of Falu Red #741809

RGB

 RED value IS 116 (45.7% from 255) = 77.85%

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

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

R = 77.85%
G = 16.11%
B = 6.04%

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

#741809 (or 0x741809) is known color: Falu Red. HEX triplet: 74, 18 and 09. RGB value is (116,24,9). Sum of RGB (Red+Green+Blue) = 116+24+9=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 9 (3.91% from 255 or 6.04% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #741809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741809 is #8BE7F6. Grayscale: #313131. Windows color (decimal): -9168887 or 596084. OLE color: 596084.

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

Color convert

RGB 116 24 9 -
CMYK 0 0.79 0.92 0.55
HSL 8.41º 0.86% 0.25% -
HSV(B) 8.41º 0.92% 0.45% -
XYZ 7.58 4.39 0.71 -
YUV 49.8 104.98 175.22 -
System Red Green Blue C M Y K H S L
Decimal 116 24 9 0 0.79 0.92 0.55 8.41 0.86 0.25
Hex 74 18 9 0 4F 5C 37 8 56 19
Octal 164 30 11 0 117 134 67 10 126 31
Binary 1110100 11000 1001 0 1001111 1011100 110111 1000 1010110 11001

Color Harmonies of #741809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741809

Black with #741809

Text Example


Text Example

White with #741809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741809; }

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

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

background-color css

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

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

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

border-color css

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

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

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