#742116

Color #742116 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #742116

Tints of Falu Red #742116

Color information

#742116 (or 0x742116) is unknown color: approx Falu Red. HEX triplet: 74, 21 and 16. RGB value is (116,33,22). Sum of RGB (Red+Green+Blue) = 116+33+22=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #742116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742116 is #8BDEE9. Grayscale: #383838. Windows color (decimal): -9166570 or 1450356. OLE color: 1450356.

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

Color convert

RGB1163322-
CMYK00.720.810.55
HSL7.02º68.12%27.06%-
HSV(B)7.02º81.03%45.49%-
XYZ7.894.861.28-
YUV56.56108.5170.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.84%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=67.84%
G=19.30%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116332200.720.810.557.0268.1227.06
Hex74211604851377441b
Octal1644126011012167710433
Binary111010010000110110010010001010001110111111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742116; }

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

 H1.HeaderClassName
 {
   color: #742116;
 }
 .AnyTagClassName
 {
   color: #742116;
 }
</style>
background-color css

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

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

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

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

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

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