Html Css Color HEX #741A16 Falu Red

📋 copy color: '#741A16'

red 116 ◦ green 26 ◦ blue 22

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

Shades of Falu Red #741A16

Tints of Falu Red #741A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.85%

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 70.73%
G = 15.85%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#741A16 (or 0x741A16) is known color: Falu Red. HEX triplet: 74, 1A and 16. RGB value is (116,26,22). Sum of RGB (Red+Green+Blue) = 116+26+22=164 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.73% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 116 - color contains mainly: red. Hex color #741A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #741A16 is #8BE5E9. Grayscale: #343434. Windows color (decimal): -9168362 or 1448564. OLE color: 1448564.

HSL color Cylindrical-coordinate representation of color #741A16: hue angle of 2.55º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741A16 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 26 22 -
CMYK 0 0.78 0.81 0.55
HSL 2.55º 0.68% 0.27% -
HSV(B) 2.55º 0.81% 0.45% -
XYZ 7.72 4.51 1.22 -
YUV 52.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 116 26 22 0 0.78 0.81 0.55 2.55 0.68 0.27
Hex 74 1A 16 0 4E 51 37 3 44 1B
Octal 164 32 26 0 116 121 67 3 104 33
Binary 1110100 11010 10110 0 1001110 1010001 110111 11 1000100 11011

Color Harmonies of #741A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A16

Black with #741A16

Text Example


Text Example

White with #741A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741A16; }

 p { color: rgb(116,26,22); }

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

background-color css

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

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

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

border-color css

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

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

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