Html Css Color HEX #741914 Falu Red

📋 copy color: '#741914'

red 116 ◦ green 25 ◦ blue 20

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

Shades of Falu Red #741914

Tints of Falu Red #741914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.53%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 72.05%
G = 15.53%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#741914 (or 0x741914) is known color: Falu Red. HEX triplet: 74, 19 and 14. RGB value is (116,25,20). Sum of RGB (Red+Green+Blue) = 116+25+20=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #741914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741914 is #8BE6EB. Grayscale: #333333. Windows color (decimal): -9168620 or 1317236. OLE color: 1317236.

HSL color Cylindrical-coordinate representation of color #741914: hue angle of 3.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741914 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 25 20 -
CMYK 0 0.78 0.83 0.55
HSL 3.13º 0.71% 0.27% -
HSV(B) 3.13º 0.83% 0.45% -
XYZ 7.68 4.46 1.12 -
YUV 51.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 116 25 20 0 0.78 0.83 0.55 3.13 0.71 0.27
Hex 74 19 14 0 4E 53 37 3 47 1B
Octal 164 31 24 0 116 123 67 3 107 33
Binary 1110100 11001 10100 0 1001110 1010011 110111 11 1000111 11011

Color Harmonies of #741914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741914

Black with #741914

Text Example


Text Example

White with #741914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741914; }

 p { color: rgb(116,25,20); }

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

background-color css

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

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

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

border-color css

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

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

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