#74240F

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

Shades of Falu Red #74240F

Tints of Falu Red #74240F

Color information

#74240F (or 0x74240F) is unknown color: approx Falu Red. HEX triplet: 74, 24 and 0F. RGB value is (116,36,15). Sum of RGB (Red+Green+Blue) = 116+36+15=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74240F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #74240F is #8BDBF0. Grayscale: #393939. Windows color (decimal): -9165809 or 992372. OLE color: 992372.

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

Color convert

RGB1163615-
CMYK00.690.870.55
HSL12.48º77.1%25.69%-
HSV(B)12.48º87.07%45.49%-
XYZ7.925.011-
YUV57.53104169.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 69.46%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 15 (6.25% from 255) = 8.98%
R=69.46%
G=21.56%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116361500.690.870.5512.4877.125.69
Hex7424F0455737c4d1a
Octal16444170105127671411532
Binary111010010010011110100010110101111101111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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