#74180F

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

Shades of Falu Red #74180F

Tints of Falu Red #74180F

Color information

#74180F (or 0x74180F) is unknown color: approx Falu Red. HEX triplet: 74, 18 and 0F. RGB value is (116,24,15). Sum of RGB (Red+Green+Blue) = 116+24+15=155 (20% of max value = 765). Red value is 116 (45.70% from 255 or 74.84% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 116 - color contains mainly: red. Hex color #74180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74180F is #8BE7F0. Grayscale: #323232. Windows color (decimal): -9168881 or 989300. OLE color: 989300.

HSL color Cylindrical-coordinate representation of color #74180F: hue angle of 5.35º 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 #74180F is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1162415-
CMYK00.790.870.55
HSL5.35º77.1%25.69%-
HSV(B)5.35º87.07%45.49%-
XYZ7.624.40.9-
YUV50.48107.98174.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 74.84%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=74.84%
G=15.48%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116241500.790.870.555.3577.125.69
Hex7418F04F573754d1a
Octal1643017011712767511532
Binary1110100110001111010011111010111110111101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74180F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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