Html Css Color HEX #741E13 Falu Red

📋 copy color: '#741E13'

red 116 ◦ green 30 ◦ blue 19

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

Shades of Falu Red #741E13

Tints of Falu Red #741E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.18%

 BLUE value IS 19 (7.81% from 255) = 11.52%

R = 70.3%
G = 18.18%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#741E13 (or 0x741E13) is known color: Falu Red. HEX triplet: 74, 1E and 13. RGB value is (116,30,19). Sum of RGB (Red+Green+Blue) = 116+30+19=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #741E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741E13 is #8BE1EC. Grayscale: #363636. Windows color (decimal): -9167341 or 1252980. OLE color: 1252980.

HSL color Cylindrical-coordinate representation of color #741E13: hue angle of 6.8º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741E13 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 30 19 -
CMYK 0 0.74 0.84 0.55
HSL 6.8º 0.72% 0.26% -
HSV(B) 6.8º 0.84% 0.45% -
XYZ 7.78 4.69 1.11 -
YUV 54.46 107.99 171.89 -
System Red Green Blue C M Y K H S L
Decimal 116 30 19 0 0.74 0.84 0.55 6.8 0.72 0.26
Hex 74 1E 13 0 4A 54 37 7 48 1A
Octal 164 36 23 0 112 124 67 7 110 32
Binary 1110100 11110 10011 0 1001010 1010100 110111 111 1001000 11010

Color Harmonies of #741E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E13

Black with #741E13

Text Example


Text Example

White with #741E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,30,19); }

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

background-color css

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

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

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

border-color css

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

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

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