#742204

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

Shades of Falu Red #742204

Tints of Falu Red #742204

Color information

#742204 (or 0x742204) is unknown color: approx Falu Red. HEX triplet: 74, 22 and 04. RGB value is (116,34,4). Sum of RGB (Red+Green+Blue) = 116+34+4=154 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.32% from 154); Green value is 34 (13.67% from 255 or 22.08% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 116 - color contains mainly: red. Hex color #742204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742204 is #8BDDFB. Grayscale: #373737. Windows color (decimal): -9166332 or 270964. OLE color: 270964.

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

Color convert

RGB116344-
CMYK00.710.970.55
HSL16.07º93.33%23.53%-
HSV(B)16.07º96.55%45.49%-
XYZ7.84.870.64-
YUV55.199.17171.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 75.32%
GREEN value IS 34 (13.67% from 255) = 22.08%
BLUE value IS 4 (1.95% from 255) = 2.60%
R=75.32%
G=22.08%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11634400.710.970.5516.0793.3323.53
Hex742240476137105d18
Octal1644240107141672013530
Binary111010010001010001000111110000111011110000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742204; }

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

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

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

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

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

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

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

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