Html Css Color HEX #741613 Falu Red

📋 copy color: '#741613'

red 116 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #741613

Tints of Falu Red #741613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 73.89%
G = 14.01%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#741613 (or 0x741613) is known color: Falu Red. HEX triplet: 74, 16 and 13. RGB value is (116,22,19). Sum of RGB (Red+Green+Blue) = 116+22+19=157 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.89% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 116 - color contains mainly: red. Hex color #741613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741613 is #8BE9EC. Grayscale: #313131. Windows color (decimal): -9169389 or 1250932. OLE color: 1250932.

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

Color convert

RGB 116 22 19 -
CMYK 0 0.81 0.84 0.55
HSL 1.86º 0.72% 0.26% -
HSV(B) 1.86º 0.84% 0.45% -
XYZ 7.61 4.33 1.05 -
YUV 49.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 116 22 19 0 0.81 0.84 0.55 1.86 0.72 0.26
Hex 74 16 13 0 51 54 37 2 48 1A
Octal 164 26 23 0 121 124 67 2 110 32
Binary 1110100 10110 10011 0 1010001 1010100 110111 10 1001000 11010

Color Harmonies of #741613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741613

Black with #741613

Text Example


Text Example

White with #741613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741613; }

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

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

background-color css

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

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

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

border-color css

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

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

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