Html Css Color HEX #742009 Falu Red

📋 copy color: '#742009'

red 116 ◦ green 32 ◦ blue 9

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

Shades of Falu Red #742009

Tints of Falu Red #742009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.38%

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

R = 73.89%
G = 20.38%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#742009 (or 0x742009) is known color: Falu Red. HEX triplet: 74, 20 and 09. RGB value is (116,32,9). Sum of RGB (Red+Green+Blue) = 116+32+9=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #742009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742009 is #8BDFF6. Grayscale: #363636. Windows color (decimal): -9166839 or 598132. OLE color: 598132.

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

Color convert

RGB 116 32 9 -
CMYK 0 0.72 0.92 0.55
HSL 12.9º 0.86% 0.25% -
HSV(B) 12.9º 0.92% 0.45% -
XYZ 7.77 4.77 0.77 -
YUV 54.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 116 32 9 0 0.72 0.92 0.55 12.9 0.86 0.25
Hex 74 20 9 0 48 5C 37 D 56 19
Octal 164 40 11 0 110 134 67 15 126 31
Binary 1110100 100000 1001 0 1001000 1011100 110111 1101 1010110 11001

Color Harmonies of #742009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742009

Black with #742009

Text Example


Text Example

White with #742009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742009; }

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

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

background-color css

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

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

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

border-color css

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

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

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