Html Css Color HEX #741F13 Falu Red

📋 copy color: '#741F13'

red 116 ◦ green 31 ◦ blue 19

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

Shades of Falu Red #741F13

Tints of Falu Red #741F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.67%

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

R = 69.88%
G = 18.67%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#741F13 (or 0x741F13) is known color: Falu Red. HEX triplet: 74, 1F and 13. RGB value is (116,31,19). Sum of RGB (Red+Green+Blue) = 116+31+19=166 (21% of max value = 765). Red value is 116 (45.70% from 255 or 69.88% from 166); Green value is 31 (12.5% from 255 or 18.67% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 116 - color contains mainly: red. Hex color #741F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741F13 is #8BE0EC. Grayscale: #373737. Windows color (decimal): -9167085 or 1253236. OLE color: 1253236.

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

Color convert

RGB 116 31 19 -
CMYK 0 0.73 0.84 0.55
HSL 7.42º 0.72% 0.26% -
HSV(B) 7.42º 0.84% 0.45% -
XYZ 7.81 4.74 1.12 -
YUV 55.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 116 31 19 0 0.73 0.84 0.55 7.42 0.72 0.26
Hex 74 1F 13 0 49 54 37 7 48 1A
Octal 164 37 23 0 111 124 67 7 110 32
Binary 1110100 11111 10011 0 1001001 1010100 110111 111 1001000 11010

Color Harmonies of #741F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F13

Black with #741F13

Text Example


Text Example

White with #741F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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