#742104

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

Shades of Falu Red #742104

Tints of Falu Red #742104

Color information

#742104 (or 0x742104) is unknown color: approx Falu Red. HEX triplet: 74, 21 and 04. RGB value is (116,33,4). Sum of RGB (Red+Green+Blue) = 116+33+4=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #742104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742104 is #8BDEFB. Grayscale: #363636. Windows color (decimal): -9166588 or 270708. OLE color: 270708.

HSL color Cylindrical-coordinate representation of color #742104: hue angle of 15.54º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #742104 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB116334-
CMYK00.720.970.55
HSL15.54º93.33%23.53%-
HSV(B)15.54º96.55%45.49%-
XYZ7.774.810.63-
YUV54.5199.5171.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 75.82%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 4 (1.95% from 255) = 2.61%
R=75.82%
G=21.57%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11633400.720.970.5515.5493.3323.53
Hex742140486137105d18
Octal1644140110141672013530
Binary111010010000110001001000110000111011110000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742104; }

 p { color: rgb(116,33,4); }

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

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

 a { background-color: rgb(116,33,4); }

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

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

 span { border-color: rgb(116,33,4); }

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