Html Css Color HEX #741A11 Falu Red

📋 copy color: '#741A11'

red 116 ◦ green 26 ◦ blue 17

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

Shades of Falu Red #741A11

Tints of Falu Red #741A11

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

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

R = 72.96%
G = 16.35%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#741A11 (or 0x741A11) is known color: Falu Red. HEX triplet: 74, 1A and 11. RGB value is (116,26,17). Sum of RGB (Red+Green+Blue) = 116+26+17=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #741A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A11 is #8BE5EE. Grayscale: #343434. Windows color (decimal): -9168367 or 1120884. OLE color: 1120884.

HSL color Cylindrical-coordinate representation of color #741A11: hue angle of 5.45º 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 #741A11 is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 17 -
CMYK 0 0.78 0.85 0.55
HSL 5.45º 0.74% 0.26% -
HSV(B) 5.45º 0.85% 0.45% -
XYZ 7.67 4.49 0.99 -
YUV 51.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 116 26 17 0 0.78 0.85 0.55 5.45 0.74 0.26
Hex 74 1A 11 0 4E 55 37 5 4A 1A
Octal 164 32 21 0 116 125 67 5 112 32
Binary 1110100 11010 10001 0 1001110 1010101 110111 101 1001010 11010

Color Harmonies of #741A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A11

Black with #741A11

Text Example


Text Example

White with #741A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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