Html Css Color HEX #741609 Falu Red

📋 copy color: '#741609'

red 116 ◦ green 22 ◦ blue 9

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

Shades of Falu Red #741609

Tints of Falu Red #741609

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.97%

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

R = 78.91%
G = 14.97%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#741609 (or 0x741609) is known color: Falu Red. HEX triplet: 74, 16 and 09. RGB value is (116,22,9). Sum of RGB (Red+Green+Blue) = 116+22+9=147 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.91% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 9 (3.91% from 255 or 6.12% from 147); Max value from RGB is 116 - color contains mainly: red. Hex color #741609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741609 is #8BE9F6. Grayscale: #303030. Windows color (decimal): -9169399 or 595572. OLE color: 595572.

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

Color convert

RGB 116 22 9 -
CMYK 0 0.81 0.92 0.55
HSL 7.29º 0.86% 0.25% -
HSV(B) 7.29º 0.92% 0.45% -
XYZ 7.54 4.31 0.69 -
YUV 48.62 105.64 176.06 -
System Red Green Blue C M Y K H S L
Decimal 116 22 9 0 0.81 0.92 0.55 7.29 0.86 0.25
Hex 74 16 9 0 51 5C 37 7 56 19
Octal 164 26 11 0 121 134 67 7 126 31
Binary 1110100 10110 1001 0 1010001 1011100 110111 111 1010110 11001

Color Harmonies of #741609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741609

Black with #741609

Text Example


Text Example

White with #741609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741609; }

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

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

background-color css

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

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

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

border-color css

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

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

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