#74241A

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

Shades of Falu Red #74241A

Tints of Falu Red #74241A

Color information

#74241A (or 0x74241A) is unknown color: approx Falu Red. HEX triplet: 74, 24 and 1A. RGB value is (116,36,26). Sum of RGB (Red+Green+Blue) = 116+36+26=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #74241A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74241A is #8BDBE5. Grayscale: #3A3A3A. Windows color (decimal): -9165798 or 1713268. OLE color: 1713268.

HSL color Cylindrical-coordinate representation of color #74241A: hue angle of 6.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74241A is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1163626-
CMYK00.690.780.55
HSL6.67º63.38%27.84%-
HSV(B)6.67º77.59%45.49%-
XYZ8.025.051.53-
YUV58.78109.5168.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 65.17%
GREEN value IS 36 (14.45% from 255) = 20.22%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=65.17%
G=20.22%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116362600.690.780.556.6763.3827.84
Hex74241A0454E3773f1c
Octal164443201051166777734
Binary11101001001001101001000101100111011011111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74241A; }

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

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

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

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

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

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

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

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