Html Css Color HEX #742011 Falu Red

📋 copy color: '#742011'

red 116 ◦ green 32 ◦ blue 17

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

Shades of Falu Red #742011

Tints of Falu Red #742011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.39%

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

R = 70.3%
G = 19.39%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#742011 (or 0x742011) is known color: Falu Red. HEX triplet: 74, 20 and 11. RGB value is (116,32,17). Sum of RGB (Red+Green+Blue) = 116+32+17=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 17 (7.03% from 255 or 10.30% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #742011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742011 is #8BDFEE. Grayscale: #373737. Windows color (decimal): -9166831 or 1122420. OLE color: 1122420.

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

Color convert

RGB 116 32 17 -
CMYK 0 0.72 0.85 0.55
HSL 9.09º 0.74% 0.26% -
HSV(B) 9.09º 0.85% 0.45% -
XYZ 7.82 4.79 1.04 -
YUV 55.41 106.33 171.22 -
System Red Green Blue C M Y K H S L
Decimal 116 32 17 0 0.72 0.85 0.55 9.09 0.74 0.26
Hex 74 20 11 0 48 55 37 9 4A 1A
Octal 164 40 21 0 110 125 67 11 112 32
Binary 1110100 100000 10001 0 1001000 1010101 110111 1001 1001010 11010

Color Harmonies of #742011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742011

Black with #742011

Text Example


Text Example

White with #742011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742011; }

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

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

background-color css

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

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

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

border-color css

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

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

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