Html Css Color HEX #742513 Falu Red

📋 copy color: '#742513'

red 116 ◦ green 37 ◦ blue 19

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

Shades of Falu Red #742513

Tints of Falu Red #742513

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.51%

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

R = 67.44%
G = 21.51%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#742513 (or 0x742513) is known color: Falu Red. HEX triplet: 74, 25 and 13. RGB value is (116,37,19). Sum of RGB (Red+Green+Blue) = 116+37+19=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742513 is #8BDAEC. Grayscale: #3A3A3A. Windows color (decimal): -9165549 or 1254772. OLE color: 1254772.

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

Color convert

RGB 116 37 19 -
CMYK 0 0.68 0.84 0.55
HSL 11.13º 0.72% 0.26% -
HSV(B) 11.13º 0.84% 0.45% -
XYZ 7.98 5.08 1.18 -
YUV 58.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 116 37 19 0 0.68 0.84 0.55 11.13 0.72 0.26
Hex 74 25 13 0 44 54 37 B 48 1A
Octal 164 45 23 0 104 124 67 13 110 32
Binary 1110100 100101 10011 0 1000100 1010100 110111 1011 1001000 11010

Color Harmonies of #742513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742513

Black with #742513

Text Example


Text Example

White with #742513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742513; }

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

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

background-color css

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

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

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

border-color css

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

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

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