#741810

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

Shades of Falu Red #741810

Tints of Falu Red #741810

Color information

#741810 (or 0x741810) is unknown color: approx Falu Red. HEX triplet: 74, 18 and 10. RGB value is (116,24,16). Sum of RGB (Red+Green+Blue) = 116+24+16=156 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.36% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 116 - color contains mainly: red. Hex color #741810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741810 is #8BE7EF. Grayscale: #323232. Windows color (decimal): -9168880 or 1054836. OLE color: 1054836.

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

Color convert

RGB1162416-
CMYK00.790.860.55
HSL4.8º75.76%25.88%-
HSV(B)4.8º86.21%45.49%-
XYZ7.624.40.94-
YUV50.6108.48174.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.36%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=74.36%
G=15.38%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116241600.790.860.554.875.7625.88
Hex74181004F563754c1a
Octal1643020011712667511432
Binary11101001100010000010011111010110110111101100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741810; }

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

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

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

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

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

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

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

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