#741816

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

Shades of Falu Red #741816

Tints of Falu Red #741816

Color information

#741816 (or 0x741816) is unknown color: approx 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

RGB1162422-
CMYK00.790.810.55
HSL1.28º68.12%27.06%-
HSV(B)1.28º81.03%45.49%-
XYZ7.674.421.21-
YUV51.28111.48174.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 71.60%
GREEN value IS 24 (9.77% from 255) = 14.81%
BLUE value IS 22 (8.98% from 255) = 13.58%
R=71.60%
G=14.81%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116242200.790.810.551.2868.1227.06
Hex74181604F51371441b
Octal1643026011712167110433
Binary111010011000101100100111110100011101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>