Html Css Color HEX #741D11 Falu Red

📋 copy color: '#741D11'

red 116 ◦ green 29 ◦ blue 17

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

Shades of Falu Red #741D11

Tints of Falu Red #741D11

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.9%

 BLUE value IS 17 (7.03% from 255) = 10.49%

R = 71.6%
G = 17.9%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#741D11 (or 0x741D11) is known color: Falu Red. HEX triplet: 74, 1D and 11. RGB value is (116,29,17). Sum of RGB (Red+Green+Blue) = 116+29+17=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 29 (11.72% from 255 or 17.90% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #741D11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D11 is #8BE2EE. Grayscale: #353535. Windows color (decimal): -9167599 or 1121652. OLE color: 1121652.

HSL color Cylindrical-coordinate representation of color #741D11: hue angle of 7.27º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741D11 is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 17 -
CMYK 0 0.75 0.85 0.55
HSL 7.27º 0.74% 0.26% -
HSV(B) 7.27º 0.85% 0.45% -
XYZ 7.74 4.63 1.02 -
YUV 53.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 116 29 17 0 0.75 0.85 0.55 7.27 0.74 0.26
Hex 74 1D 11 0 4B 55 37 7 4A 1A
Octal 164 35 21 0 113 125 67 7 112 32
Binary 1110100 11101 10001 0 1001011 1010101 110111 111 1001010 11010

Color Harmonies of #741D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D11

Black with #741D11

Text Example


Text Example

White with #741D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741D11; }

 p { color: rgb(116,29,17); }

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

background-color css

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

 a { background-color: rgb(116,29,17); }

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

border-color css

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

 span { border-color: rgb(116,29,17); }

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