Html Css Color HEX #741414 Falu Red

📋 copy color: '#741414'

red 116 ◦ green 20 ◦ blue 20

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

Shades of Falu Red #741414

Tints of Falu Red #741414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.82%

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

R = 74.36%
G = 12.82%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#741414 (or 0x741414) is known color: Falu Red. HEX triplet: 74, 14 and 14. RGB value is (116,20,20). Sum of RGB (Red+Green+Blue) = 116+20+20=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #741414 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741414 is #8BEBEB. Grayscale: #303030. Windows color (decimal): -9169900 or 1315956. OLE color: 1315956.

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

Color convert

RGB 116 20 20 -
CMYK 0 0.83 0.83 0.55
HSL 0.71% 0.27% -
HSV(B) 0.83% 0.45% -
XYZ 7.58 4.26 1.09 -
YUV 48.7 111.8 176 -
System Red Green Blue C M Y K H S L
Decimal 116 20 20 0 0.83 0.83 0.55 0 0.71 0.27
Hex 74 14 14 0 53 53 37 0 47 1B
Octal 164 24 24 0 123 123 67 0 107 33
Binary 1110100 10100 10100 0 1010011 1010011 110111 0 1000111 11011

Color Harmonies of #741414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741414

Black with #741414

Text Example


Text Example

White with #741414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741414; }

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

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

background-color css

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

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

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

border-color css

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

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

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