Html Css Color HEX #742409 Falu Red

📋 copy color: '#742409'

red 116 ◦ green 36 ◦ blue 9

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

Shades of Falu Red #742409

Tints of Falu Red #742409

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.36%

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

R = 72.05%
G = 22.36%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#742409 (or 0x742409) is known color: Falu Red. HEX triplet: 74, 24 and 09. RGB value is (116,36,9). Sum of RGB (Red+Green+Blue) = 116+36+9=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #742409 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742409 is #8BDBF6. Grayscale: #393939. Windows color (decimal): -9165815 or 599156. OLE color: 599156.

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

Color convert

RGB 116 36 9 -
CMYK 0 0.69 0.92 0.55
HSL 15.14º 0.86% 0.25% -
HSV(B) 15.14º 0.92% 0.45% -
XYZ 7.88 4.99 0.81 -
YUV 56.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 116 36 9 0 0.69 0.92 0.55 15.14 0.86 0.25
Hex 74 24 9 0 45 5C 37 F 56 19
Octal 164 44 11 0 105 134 67 17 126 31
Binary 1110100 100100 1001 0 1000101 1011100 110111 1111 1010110 11001

Color Harmonies of #742409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742409

Black with #742409

Text Example


Text Example

White with #742409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742409; }

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

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

background-color css

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

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

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

border-color css

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

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

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