Html Css Color HEX #741709 Falu Red

📋 copy color: '#741709'

red 116 ◦ green 23 ◦ blue 9

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

Shades of Falu Red #741709

Tints of Falu Red #741709

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.54%

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

R = 78.38%
G = 15.54%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#741709 (or 0x741709) is known color: Falu Red. HEX triplet: 74, 17 and 09. RGB value is (116,23,9). Sum of RGB (Red+Green+Blue) = 116+23+9=148 (19% of max value = 765). Red value is 116 (45.70% from 255 or 78.38% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 116 - color contains mainly: red. Hex color #741709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741709 is #8BE8F6. Grayscale: #313131. Windows color (decimal): -9169143 or 595828. OLE color: 595828.

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

Color convert

RGB 116 23 9 -
CMYK 0 0.80 0.92 0.55
HSL 7.85º 0.86% 0.25% -
HSV(B) 7.85º 0.92% 0.45% -
XYZ 7.56 4.35 0.7 -
YUV 49.21 105.31 175.64 -
System Red Green Blue C M Y K H S L
Decimal 116 23 9 0 0.80 0.92 0.55 7.85 0.86 0.25
Hex 74 17 9 0 50 5C 37 8 56 19
Octal 164 27 11 0 120 134 67 10 126 31
Binary 1110100 10111 1001 0 1010000 1011100 110111 1000 1010110 11001

Color Harmonies of #741709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741709

Black with #741709

Text Example


Text Example

White with #741709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741709; }

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

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

background-color css

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

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

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

border-color css

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

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

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