Html Css Color HEX #742216 Falu Red

📋 copy color: '#742216'

red 116 ◦ green 34 ◦ blue 22

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

Shades of Falu Red #742216

Tints of Falu Red #742216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 67.44%
G = 19.77%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#742216 (or 0x742216) is known color: Falu Red. HEX triplet: 74, 22 and 16. RGB value is (116,34,22). Sum of RGB (Red+Green+Blue) = 116+34+22=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 22 (8.98% from 255 or 12.79% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #742216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742216 is #8BDDE9. Grayscale: #393939. Windows color (decimal): -9166314 or 1450612. OLE color: 1450612.

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

Color convert

RGB 116 34 22 -
CMYK 0 0.71 0.81 0.55
HSL 7.66º 0.68% 0.27% -
HSV(B) 7.66º 0.81% 0.45% -
XYZ 7.92 4.91 1.29 -
YUV 57.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 116 34 22 0 0.71 0.81 0.55 7.66 0.68 0.27
Hex 74 22 16 0 47 51 37 8 44 1B
Octal 164 42 26 0 107 121 67 10 104 33
Binary 1110100 100010 10110 0 1000111 1010001 110111 1000 1000100 11011

Color Harmonies of #742216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742216

Black with #742216

Text Example


Text Example

White with #742216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742216; }

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

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

background-color css

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

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

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

border-color css

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

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

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