Html Css Color HEX #742407 Falu Red

📋 copy color: '#742407'

red 116 ◦ green 36 ◦ blue 7

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

Shades of Falu Red #742407

Tints of Falu Red #742407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.4%

R = 72.96%
G = 22.64%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#742407 (or 0x742407) is known color: Falu Red. HEX triplet: 74, 24 and 07. RGB value is (116,36,7). Sum of RGB (Red+Green+Blue) = 116+36+7=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 7 (3.12% from 255 or 4.40% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #742407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742407 is #8BDBF8. Grayscale: #383838. Windows color (decimal): -9165817 or 468084. OLE color: 468084.

HSL color Cylindrical-coordinate representation of color #742407: hue angle of 15.96º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #742407 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 7 -
CMYK 0 0.69 0.94 0.55
HSL 15.96º 0.89% 0.24% -
HSV(B) 15.96º 0.94% 0.45% -
XYZ 7.87 4.99 0.75 -
YUV 56.61 100 170.36 -
System Red Green Blue C M Y K H S L
Decimal 116 36 7 0 0.69 0.94 0.55 15.96 0.89 0.24
Hex 74 24 7 0 45 5E 37 10 59 18
Octal 164 44 7 0 105 136 67 20 131 30
Binary 1110100 100100 111 0 1000101 1011110 110111 10000 1011001 11000

Color Harmonies of #742407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742407

Black with #742407

Text Example


Text Example

White with #742407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742407; }

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

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

background-color css

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

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

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

border-color css

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

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

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