Html Css Color HEX #741009 Falu Red

📋 copy color: '#741009'

red 116 ◦ green 16 ◦ blue 9

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

Shades of Falu Red #741009

Tints of Falu Red #741009

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.35%

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

R = 82.27%
G = 11.35%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#741009 (or 0x741009) is known color: Falu Red. HEX triplet: 74, 10 and 09. RGB value is (116,16,9). Sum of RGB (Red+Green+Blue) = 116+16+9=141 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.27% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 116 - color contains mainly: red. Hex color #741009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741009 is #8BEFF6. Grayscale: #2D2D2D. Windows color (decimal): -9170935 or 594036. OLE color: 594036.

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

Color convert

RGB 116 16 9 -
CMYK 0 0.86 0.92 0.55
HSL 3.93º 0.86% 0.25% -
HSV(B) 3.93º 0.92% 0.45% -
XYZ 7.44 4.1 0.66 -
YUV 45.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 116 16 9 0 0.86 0.92 0.55 3.93 0.86 0.25
Hex 74 10 9 0 56 5C 37 4 56 19
Octal 164 20 11 0 126 134 67 4 126 31
Binary 1110100 10000 1001 0 1010110 1011100 110111 100 1010110 11001

Color Harmonies of #741009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741009

Black with #741009

Text Example


Text Example

White with #741009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741009; }

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

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

background-color css

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

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

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

border-color css

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

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

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