#742410

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

Shades of Falu Red #742410

Tints of Falu Red #742410

Color information

#742410 (or 0x742410) is unknown color: approx Falu Red. HEX triplet: 74, 24 and 10. RGB value is (116,36,16). Sum of RGB (Red+Green+Blue) = 116+36+16=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 16 (6.64% from 255 or 9.52% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #742410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742410 is #8BDBEF. Grayscale: #393939. Windows color (decimal): -9165808 or 1057908. OLE color: 1057908.

HSL color Cylindrical-coordinate representation of color #742410: hue angle of 12º 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 #742410 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1163616-
CMYK00.690.860.55
HSL12º75.76%25.88%-
HSV(B)12º86.21%45.49%-
XYZ7.935.011.04-
YUV57.64104.5169.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.05%
GREEN value IS 36 (14.45% from 255) = 21.43%
BLUE value IS 16 (6.64% from 255) = 9.52%
R=69.05%
G=21.43%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116361600.690.860.551275.7625.88
Hex7424100455637c4c1a
Octal16444200105126671411432
Binary1110100100100100000100010110101101101111100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742410; }

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

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

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

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

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

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

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

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