#742100

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

Shades of Falu Red #742100

Tints of Falu Red #742100

Color information

#742100 (or 0x742100) is unknown color: approx Falu Red. HEX triplet: 74, 21 and 00. RGB value is (116,33,0). Sum of RGB (Red+Green+Blue) = 116+33+0=149 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.85% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 116 - color contains mainly: red. Hex color #742100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742100 is #8BDEFF. Grayscale: #363636. Windows color (decimal): -9166592 or 8564. OLE color: 8564.

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

Color convert

RGB116330-
CMYK00.7210.55
HSL17.07º100%22.75%-
HSV(B)17.07º100%45.49%-
XYZ7.754.80.52-
YUV54.0597.5172.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 77.85%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.85%
G=22.15%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11633000.7210.5517.0710022.75
Hex742100486437116417
Octal1644100110144672114427
Binary1110100100001001001000110010011011110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742100; }

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

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

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

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

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

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

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

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