#742316

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

Shades of Falu Red #742316

Tints of Falu Red #742316

Color information

#742316 (or 0x742316) is unknown color: approx Falu Red. HEX triplet: 74, 23 and 16. RGB value is (116,35,22). Sum of RGB (Red+Green+Blue) = 116+35+22=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 35 (14.06% from 255 or 20.23% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #742316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742316 is #8BDCE9. Grayscale: #393939. Windows color (decimal): -9166058 or 1450868. OLE color: 1450868.

HSL color Cylindrical-coordinate representation of color #742316: hue angle of 8.3º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #742316 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1163522-
CMYK00.700.810.55
HSL8.3º68.12%27.06%-
HSV(B)8.3º81.03%45.49%-
XYZ7.954.971.3-
YUV57.74107.84169.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.05%
GREEN value IS 35 (14.06% from 255) = 20.23%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=67.05%
G=20.23%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116352200.700.810.558.368.1227.06
Hex74231604651378441b
Octal16443260106121671010433
Binary1110100100011101100100011010100011101111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742316; }

 p { color: rgb(116,35,22); }

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

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

 a { background-color: rgb(116,35,22); }

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

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

 span { border-color: rgb(116,35,22); }

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