Html Css Color HEX #741111 Falu Red

📋 copy color: '#741111'

red 116 ◦ green 17 ◦ blue 17

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

Shades of Falu Red #741111

Tints of Falu Red #741111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.33%

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

R = 77.33%
G = 11.33%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#741111 (or 0x741111) is known color: Falu Red. HEX triplet: 74, 11 and 11. RGB value is (116,17,17). Sum of RGB (Red+Green+Blue) = 116+17+17=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #741111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741111 is #8BEEEE. Grayscale: #2E2E2E. Windows color (decimal): -9170671 or 1118580. OLE color: 1118580.

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

Color convert

RGB 116 17 17 -
CMYK 0 0.85 0.85 0.55
HSL 0.74% 0.26% -
HSV(B) 0.85% 0.45% -
XYZ 7.5 4.15 0.94 -
YUV 46.6 111.3 177.5 -
System Red Green Blue C M Y K H S L
Decimal 116 17 17 0 0.85 0.85 0.55 0 0.74 0.26
Hex 74 11 11 0 55 55 37 0 4A 1A
Octal 164 21 21 0 125 125 67 0 112 32
Binary 1110100 10001 10001 0 1010101 1010101 110111 0 1001010 11010

Color Harmonies of #741111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741111

Black with #741111

Text Example


Text Example

White with #741111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741111; }

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

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

background-color css

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

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

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

border-color css

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

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

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