Html Css Color HEX #742413 Falu Red

📋 copy color: '#742413'

red 116 ◦ green 36 ◦ blue 19

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

Shades of Falu Red #742413

Tints of Falu Red #742413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 67.84%
G = 21.05%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#742413 (or 0x742413) is known color: Falu Red. HEX triplet: 74, 24 and 13. RGB value is (116,36,19). Sum of RGB (Red+Green+Blue) = 116+36+19=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #742413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742413 is #8BDBEC. Grayscale: #3A3A3A. Windows color (decimal): -9165805 or 1254516. OLE color: 1254516.

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

Color convert

RGB 116 36 19 -
CMYK 0 0.69 0.84 0.55
HSL 10.52º 0.72% 0.26% -
HSV(B) 10.52º 0.84% 0.45% -
XYZ 7.95 5.02 1.17 -
YUV 57.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 116 36 19 0 0.69 0.84 0.55 10.52 0.72 0.26
Hex 74 24 13 0 45 54 37 B 48 1A
Octal 164 44 23 0 105 124 67 13 110 32
Binary 1110100 100100 10011 0 1000101 1010100 110111 1011 1001000 11010

Color Harmonies of #742413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742413

Black with #742413

Text Example


Text Example

White with #742413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742413; }

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

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

background-color css

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

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

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

border-color css

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

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

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