#741813

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

Shades of Falu Red #741813

Tints of Falu Red #741813

Color information

#741813 (or 0x741813) is unknown color: approx Falu Red. HEX triplet: 74, 18 and 13. RGB value is (116,24,19). Sum of RGB (Red+Green+Blue) = 116+24+19=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #741813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741813 is #8BE7EC. Grayscale: #333333. Windows color (decimal): -9168877 or 1251444. OLE color: 1251444.

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

Color convert

RGB1162419-
CMYK00.790.840.55
HSL3.09º71.85%26.47%-
HSV(B)3.09º83.62%45.49%-
XYZ7.654.411.06-
YUV50.94109.98174.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.96%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=72.96%
G=15.09%
B=11.95%

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
Decimal116241900.790.840.553.0971.8526.47
Hex74181304F54373481a
Octal1643023011712467311032
Binary1110100110001001101001111101010011011111100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741813; }

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

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

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

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

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

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

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

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