Html Css Color HEX #742511 Falu Red

📋 copy color: '#742511'

red 116 ◦ green 37 ◦ blue 17

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

Shades of Falu Red #742511

Tints of Falu Red #742511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 10%

R = 68.24%
G = 21.76%
B = 10%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#742511 (or 0x742511) is known color: Falu Red. HEX triplet: 74, 25 and 11. RGB value is (116,37,17). Sum of RGB (Red+Green+Blue) = 116+37+17=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 37 (14.84% from 255 or 21.76% from 170); Blue value is 17 (7.03% from 255 or 10% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #742511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742511 is #8BDAEE. Grayscale: #3A3A3A. Windows color (decimal): -9165551 or 1123700. OLE color: 1123700.

HSL color Cylindrical-coordinate representation of color #742511: hue angle of 12.12º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #742511 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 17 -
CMYK 0 0.68 0.85 0.55
HSL 12.12º 0.74% 0.26% -
HSV(B) 12.12º 0.85% 0.45% -
XYZ 7.97 5.08 1.09 -
YUV 58.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 116 37 17 0 0.68 0.85 0.55 12.12 0.74 0.26
Hex 74 25 11 0 44 55 37 C 4A 1A
Octal 164 45 21 0 104 125 67 14 112 32
Binary 1110100 100101 10001 0 1000100 1010101 110111 1100 1001010 11010

Color Harmonies of #742511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742511

Black with #742511

Text Example


Text Example

White with #742511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742511; }

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

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

background-color css

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

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

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

border-color css

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

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

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