#742417

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

Shades of Falu Red #742417

Tints of Falu Red #742417

Color information

#742417 (or 0x742417) is unknown color: approx Falu Red. HEX triplet: 74, 24 and 17. RGB value is (116,36,23). Sum of RGB (Red+Green+Blue) = 116+36+23=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #742417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742417 is #8BDBE8. Grayscale: #3A3A3A. Windows color (decimal): -9165801 or 1516660. OLE color: 1516660.

HSL color Cylindrical-coordinate representation of color #742417: hue angle of 8.39º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742417 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1163623-
CMYK00.690.800.55
HSL8.39º66.91%27.25%-
HSV(B)8.39º80.17%45.49%-
XYZ7.995.041.36-
YUV58.44108169.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 66.29%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=66.29%
G=20.57%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116362300.690.800.558.3966.9127.25
Hex74241704550378431b
Octal16444270105120671010333
Binary1110100100100101110100010110100001101111000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742417; }

 p { color: rgb(116,36,23); }

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

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

 a { background-color: rgb(116,36,23); }

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

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

 span { border-color: rgb(116,36,23); }

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