#74160F

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

Shades of Falu Red #74160F

Tints of Falu Red #74160F

Color information

#74160F (or 0x74160F) is unknown color: approx Falu Red. HEX triplet: 74, 16 and 0F. RGB value is (116,22,15). Sum of RGB (Red+Green+Blue) = 116+22+15=153 (20% of max value = 765). Red value is 116 (45.70% from 255 or 75.82% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 116 - color contains mainly: red. Hex color #74160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74160F is #8BE9F0. Grayscale: #313131. Windows color (decimal): -9169393 or 988788. OLE color: 988788.

HSL color Cylindrical-coordinate representation of color #74160F: hue angle of 4.16º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #74160F is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1162215-
CMYK00.810.870.55
HSL4.16º77.1%25.69%-
HSV(B)4.16º87.07%45.49%-
XYZ7.584.320.89-
YUV49.31108.64175.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 75.82%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=75.82%
G=14.38%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116221500.810.870.554.1677.125.69
Hex7416F051573744d1a
Octal1642617012112767411532
Binary1110100101101111010100011010111110111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74160F; }

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

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

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

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

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

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

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

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