Html Css Color HEX #741607 Falu Red

📋 copy color: '#741607'

red 116 ◦ green 22 ◦ blue 7

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

Shades of Falu Red #741607

Tints of Falu Red #741607

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.17%

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

R = 80%
G = 15.17%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#741607 (or 0x741607) is known color: Falu Red. HEX triplet: 74, 16 and 07. RGB value is (116,22,7). Sum of RGB (Red+Green+Blue) = 116+22+7=145 (19% of max value = 765). Red value is 116 (45.70% from 255 or 80% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 116 - color contains mainly: red. Hex color #741607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741607 is #8BE9F8. Grayscale: #303030. Windows color (decimal): -9169401 or 464500. OLE color: 464500.

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

Color convert

RGB 116 22 7 -
CMYK 0 0.81 0.94 0.55
HSL 8.26º 0.89% 0.24% -
HSV(B) 8.26º 0.94% 0.45% -
XYZ 7.53 4.3 0.63 -
YUV 48.4 104.64 176.22 -
System Red Green Blue C M Y K H S L
Decimal 116 22 7 0 0.81 0.94 0.55 8.26 0.89 0.24
Hex 74 16 7 0 51 5E 37 8 59 18
Octal 164 26 7 0 121 136 67 10 131 30
Binary 1110100 10110 111 0 1010001 1011110 110111 1000 1011001 11000

Color Harmonies of #741607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741607

Black with #741607

Text Example


Text Example

White with #741607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741607; }

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

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

background-color css

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

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

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

border-color css

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

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

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