Html Css Color HEX #742016 Falu Red

📋 copy color: '#742016'

red 116 ◦ green 32 ◦ blue 22

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

Shades of Falu Red #742016

Tints of Falu Red #742016

RGB

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

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

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

R = 68.24%
G = 18.82%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#742016 (or 0x742016) is known color: Falu Red. HEX triplet: 74, 20 and 16. RGB value is (116,32,22). Sum of RGB (Red+Green+Blue) = 116+32+22=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #742016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742016 is #8BDFE9. Grayscale: #383838. Windows color (decimal): -9166826 or 1450100. OLE color: 1450100.

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

Color convert

RGB 116 32 22 -
CMYK 0 0.72 0.81 0.55
HSL 6.38º 0.68% 0.27% -
HSV(B) 6.38º 0.81% 0.45% -
XYZ 7.86 4.8 1.27 -
YUV 55.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 116 32 22 0 0.72 0.81 0.55 6.38 0.68 0.27
Hex 74 20 16 0 48 51 37 6 44 1B
Octal 164 40 26 0 110 121 67 6 104 33
Binary 1110100 100000 10110 0 1001000 1010001 110111 110 1000100 11011

Color Harmonies of #742016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742016

Black with #742016

Text Example


Text Example

White with #742016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742016; }

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

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

background-color css

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

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

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

border-color css

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

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

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