#741812

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

Shades of Falu Red #741812

Tints of Falu Red #741812

Color information

#741812 (or 0x741812) is unknown color: approx Falu Red. HEX triplet: 74, 18 and 12. RGB value is (116,24,18). Sum of RGB (Red+Green+Blue) = 116+24+18=158 (20% of max value = 765). Red value is 116 (45.70% from 255 or 73.42% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 116 - color contains mainly: red. Hex color #741812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741812 is #8BE7ED. Grayscale: #323232. Windows color (decimal): -9168878 or 1185908. OLE color: 1185908.

HSL color Cylindrical-coordinate representation of color #741812: hue angle of 3.67º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741812 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1162418-
CMYK00.790.840.55
HSL3.67º73.13%26.27%-
HSV(B)3.67º84.48%45.49%-
XYZ7.644.411.02-
YUV50.82109.48174.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 73.42%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 18 (7.42% from 255) = 11.39%
R=73.42%
G=15.19%
B=11.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116241800.790.840.553.6773.1326.27
Hex74181204F54374491a
Octal1643022011712467411132
Binary11101001100010010010011111010100110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741812; }

 p { color: rgb(116,24,18); }

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

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

 a { background-color: rgb(116,24,18); }

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

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

 span { border-color: rgb(116,24,18); }

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