Html Css Color HEX #741C11 Falu Red

📋 copy color: '#741C11'

red 116 ◦ green 28 ◦ blue 17

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

Shades of Falu Red #741C11

Tints of Falu Red #741C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.39%

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

R = 72.05%
G = 17.39%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#741C11 (or 0x741C11) is known color: Falu Red. HEX triplet: 74, 1C and 11. RGB value is (116,28,17). Sum of RGB (Red+Green+Blue) = 116+28+17=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #741C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741C11 is #8BE3EE. Grayscale: #353535. Windows color (decimal): -9167855 or 1121396. OLE color: 1121396.

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

Color convert

RGB 116 28 17 -
CMYK 0 0.76 0.85 0.55
HSL 6.67º 0.74% 0.26% -
HSV(B) 6.67º 0.85% 0.45% -
XYZ 7.72 4.58 1.01 -
YUV 53.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 116 28 17 0 0.76 0.85 0.55 6.67 0.74 0.26
Hex 74 1C 11 0 4C 55 37 7 4A 1A
Octal 164 34 21 0 114 125 67 7 112 32
Binary 1110100 11100 10001 0 1001100 1010101 110111 111 1001010 11010

Color Harmonies of #741C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C11

Black with #741C11

Text Example


Text Example

White with #741C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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