Html Css Color HEX #741713 Falu Red

📋 copy color: '#741713'

red 116 ◦ green 23 ◦ blue 19

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

Shades of Falu Red #741713

Tints of Falu Red #741713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.56%

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

R = 73.42%
G = 14.56%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#741713 (or 0x741713) is known color: Falu Red. HEX triplet: 74, 17 and 13. RGB value is (116,23,19). Sum of RGB (Red+Green+Blue) = 116+23+19=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741713 is #8BE8EC. Grayscale: #323232. Windows color (decimal): -9169133 or 1251188. OLE color: 1251188.

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

Color convert

RGB 116 23 19 -
CMYK 0 0.80 0.84 0.55
HSL 2.47º 0.72% 0.26% -
HSV(B) 2.47º 0.84% 0.45% -
XYZ 7.63 4.37 1.06 -
YUV 50.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 116 23 19 0 0.80 0.84 0.55 2.47 0.72 0.26
Hex 74 17 13 0 50 54 37 2 48 1A
Octal 164 27 23 0 120 124 67 2 110 32
Binary 1110100 10111 10011 0 1010000 1010100 110111 10 1001000 11010

Color Harmonies of #741713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741713

Black with #741713

Text Example


Text Example

White with #741713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741713; }

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

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

background-color css

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

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

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

border-color css

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

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

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