Html Css Color HEX #741816 Falu Red

📋 copy color: '#741816'

red 116 ◦ green 24 ◦ blue 22

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

Shades of Falu Red #741816

Tints of Falu Red #741816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.81%

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

R = 71.6%
G = 14.81%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#741816 (or 0x741816) is known color: Falu Red. HEX triplet: 74, 18 and 16. RGB value is (116,24,22). Sum of RGB (Red+Green+Blue) = 116+24+22=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #741816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741816 is #8BE7E9. Grayscale: #333333. Windows color (decimal): -9168874 or 1448052. OLE color: 1448052.

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

Color convert

RGB 116 24 22 -
CMYK 0 0.79 0.81 0.55
HSL 1.28º 0.68% 0.27% -
HSV(B) 1.28º 0.81% 0.45% -
XYZ 7.67 4.42 1.21 -
YUV 51.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 116 24 22 0 0.79 0.81 0.55 1.28 0.68 0.27
Hex 74 18 16 0 4F 51 37 1 44 1B
Octal 164 30 26 0 117 121 67 1 104 33
Binary 1110100 11000 10110 0 1001111 1010001 110111 1 1000100 11011

Color Harmonies of #741816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741816

Black with #741816

Text Example


Text Example

White with #741816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741816; }

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

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

background-color css

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

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

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

border-color css

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

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

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