Html Css Color HEX #741D13 Falu Red

📋 copy color: '#741D13'

red 116 ◦ green 29 ◦ blue 19

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

Shades of Falu Red #741D13

Tints of Falu Red #741D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.68%

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

R = 70.73%
G = 17.68%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#741D13 (or 0x741D13) is known color: Falu Red. HEX triplet: 74, 1D and 13. RGB value is (116,29,19). Sum of RGB (Red+Green+Blue) = 116+29+19=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #741D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741D13 is #8BE2EC. Grayscale: #363636. Windows color (decimal): -9167597 or 1252724. OLE color: 1252724.

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

Color convert

RGB 116 29 19 -
CMYK 0 0.75 0.84 0.55
HSL 6.19º 0.72% 0.26% -
HSV(B) 6.19º 0.84% 0.45% -
XYZ 7.76 4.64 1.1 -
YUV 53.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 116 29 19 0 0.75 0.84 0.55 6.19 0.72 0.26
Hex 74 1D 13 0 4B 54 37 6 48 1A
Octal 164 35 23 0 113 124 67 6 110 32
Binary 1110100 11101 10011 0 1001011 1010100 110111 110 1001000 11010

Color Harmonies of #741D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D13

Black with #741D13

Text Example


Text Example

White with #741D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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