Html Css Color HEX #741707 Falu Red

📋 copy color: '#741707'

red 116 ◦ green 23 ◦ blue 7

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

Shades of Falu Red #741707

Tints of Falu Red #741707

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.75%

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

R = 79.45%
G = 15.75%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#741707 (or 0x741707) is known color: Falu Red. HEX triplet: 74, 17 and 07. RGB value is (116,23,7). Sum of RGB (Red+Green+Blue) = 116+23+7=146 (19% of max value = 765). Red value is 116 (45.70% from 255 or 79.45% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 7 (3.12% from 255 or 4.79% from 146); Max value from RGB is 116 - color contains mainly: red. Hex color #741707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741707 is #8BE8F8. Grayscale: #313131. Windows color (decimal): -9169145 or 464756. OLE color: 464756.

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

Color convert

RGB 116 23 7 -
CMYK 0 0.80 0.94 0.55
HSL 8.81º 0.89% 0.24% -
HSV(B) 8.81º 0.94% 0.45% -
XYZ 7.55 4.34 0.64 -
YUV 48.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 116 23 7 0 0.80 0.94 0.55 8.81 0.89 0.24
Hex 74 17 7 0 50 5E 37 9 59 18
Octal 164 27 7 0 120 136 67 11 131 30
Binary 1110100 10111 111 0 1010000 1011110 110111 1001 1011001 11000

Color Harmonies of #741707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741707

Black with #741707

Text Example


Text Example

White with #741707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741707; }

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

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

background-color css

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

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

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

border-color css

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

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

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