#742004

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

Shades of Falu Red #742004

Tints of Falu Red #742004

Color information

#742004 (or 0x742004) is unknown color: approx Falu Red. HEX triplet: 74, 20 and 04. RGB value is (116,32,4). Sum of RGB (Red+Green+Blue) = 116+32+4=152 (20% of max value = 765). Red value is 116 (45.70% from 255 or 76.32% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 116 - color contains mainly: red. Hex color #742004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742004 is #8BDFFB. Grayscale: #363636. Windows color (decimal): -9166844 or 270452. OLE color: 270452.

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

Color convert

RGB116324-
CMYK00.720.970.55
HSL15º93.33%23.53%-
HSV(B)15º96.55%45.49%-
XYZ7.744.750.62-
YUV53.9299.83172.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 76.32%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=76.32%
G=21.05%
B=2.63%

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
Decimal11632400.720.970.551593.3323.53
Hex742040486137f5d18
Octal1644040110141671713530
Binary11101001000001000100100011000011101111111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742004; }

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

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

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

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

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

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

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

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