Html Css Color HEX #741309 Falu Red

📋 copy color: '#741309'

red 116 ◦ green 19 ◦ blue 9

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

Shades of Falu Red #741309

Tints of Falu Red #741309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.19%

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

R = 80.56%
G = 13.19%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#741309 (or 0x741309) is known color: Falu Red. HEX triplet: 74, 13 and 09. RGB value is (116,19,9). Sum of RGB (Red+Green+Blue) = 116+19+9=144 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80.56% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 116 - color contains mainly: red. Hex color #741309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741309 is #8BECF6. Grayscale: #2F2F2F. Windows color (decimal): -9170167 or 594804. OLE color: 594804.

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

Color convert

RGB 116 19 9 -
CMYK 0 0.84 0.92 0.55
HSL 5.61º 0.86% 0.25% -
HSV(B) 5.61º 0.92% 0.45% -
XYZ 7.48 4.2 0.67 -
YUV 46.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 116 19 9 0 0.84 0.92 0.55 5.61 0.86 0.25
Hex 74 13 9 0 54 5C 37 6 56 19
Octal 164 23 11 0 124 134 67 6 126 31
Binary 1110100 10011 1001 0 1010100 1011100 110111 110 1010110 11001

Color Harmonies of #741309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741309

Black with #741309

Text Example


Text Example

White with #741309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741309; }

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

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

background-color css

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

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

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

border-color css

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

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

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