Html Css Color HEX #742416 Falu Red

📋 copy color: '#742416'

red 116 ◦ green 36 ◦ blue 22

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

Shades of Falu Red #742416

Tints of Falu Red #742416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.69%

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

R = 66.67%
G = 20.69%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#742416 (or 0x742416) is known color: Falu Red. HEX triplet: 74, 24 and 16. RGB value is (116,36,22). Sum of RGB (Red+Green+Blue) = 116+36+22=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #742416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742416 is #8BDBE9. Grayscale: #3A3A3A. Windows color (decimal): -9165802 or 1451124. OLE color: 1451124.

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

Color convert

RGB 116 36 22 -
CMYK 0 0.69 0.81 0.55
HSL 8.94º 0.68% 0.27% -
HSV(B) 8.94º 0.81% 0.45% -
XYZ 7.98 5.03 1.31 -
YUV 58.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 116 36 22 0 0.69 0.81 0.55 8.94 0.68 0.27
Hex 74 24 16 0 45 51 37 9 44 1B
Octal 164 44 26 0 105 121 67 11 104 33
Binary 1110100 100100 10110 0 1000101 1010001 110111 1001 1000100 11011

Color Harmonies of #742416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742416

Black with #742416

Text Example


Text Example

White with #742416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742416; }

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

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

background-color css

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

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

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

border-color css

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

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

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