Html Css Color HEX #741909 Falu Red

📋 copy color: '#741909'

red 116 ◦ green 25 ◦ blue 9

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

Shades of Falu Red #741909

Tints of Falu Red #741909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 77.33%
G = 16.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#741909 (or 0x741909) is known color: Falu Red. HEX triplet: 74, 19 and 09. RGB value is (116,25,9). Sum of RGB (Red+Green+Blue) = 116+25+9=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #741909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741909 is #8BE6F6. Grayscale: #323232. Windows color (decimal): -9168631 or 596340. OLE color: 596340.

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

Color convert

RGB 116 25 9 -
CMYK 0 0.78 0.92 0.55
HSL 8.97º 0.86% 0.25% -
HSV(B) 8.97º 0.92% 0.45% -
XYZ 7.6 4.43 0.71 -
YUV 50.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 116 25 9 0 0.78 0.92 0.55 8.97 0.86 0.25
Hex 74 19 9 0 4E 5C 37 9 56 19
Octal 164 31 11 0 116 134 67 11 126 31
Binary 1110100 11001 1001 0 1001110 1011100 110111 1001 1010110 11001

Color Harmonies of #741909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741909

Black with #741909

Text Example


Text Example

White with #741909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741909; }

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

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

background-color css

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

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

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

border-color css

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

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

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