Html Css Color HEX #741313 Falu Red

📋 copy color: '#741313'

red 116 ◦ green 19 ◦ blue 19

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

Shades of Falu Red #741313

Tints of Falu Red #741313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.34%

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

R = 75.32%
G = 12.34%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#741313 (or 0x741313) is known color: Falu Red. HEX triplet: 74, 13 and 13. RGB value is (116,19,19). Sum of RGB (Red+Green+Blue) = 116+19+19=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #741313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741313 is #8BECEC. Grayscale: #303030. Windows color (decimal): -9170157 or 1250164. OLE color: 1250164.

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

Color convert

RGB 116 19 19 -
CMYK 0 0.84 0.84 0.55
HSL 0.72% 0.26% -
HSV(B) 0.84% 0.45% -
XYZ 7.55 4.23 1.03 -
YUV 48 111.64 176.5 -
System Red Green Blue C M Y K H S L
Decimal 116 19 19 0 0.84 0.84 0.55 0 0.72 0.26
Hex 74 13 13 0 54 54 37 0 48 1A
Octal 164 23 23 0 124 124 67 0 110 32
Binary 1110100 10011 10011 0 1010100 1010100 110111 0 1001000 11010

Color Harmonies of #741313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741313

Black with #741313

Text Example


Text Example

White with #741313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741313; }

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

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

background-color css

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

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

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

border-color css

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

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

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