#742214

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

Shades of Falu Red #742214

Tints of Falu Red #742214

Color information

#742214 (or 0x742214) is unknown color: approx Falu Red. HEX triplet: 74, 22 and 14. RGB value is (116,34,20). Sum of RGB (Red+Green+Blue) = 116+34+20=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 34 (13.67% from 255 or 20% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #742214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742214 is #8BDDEB. Grayscale: #393939. Windows color (decimal): -9166316 or 1319540. OLE color: 1319540.

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

Color convert

RGB1163420-
CMYK00.710.830.55
HSL8.75º70.59%26.67%-
HSV(B)8.75º82.76%45.49%-
XYZ7.94.911.19-
YUV56.92107.17170.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 68.24%
GREEN value IS 34 (13.67% from 255) = 20%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=68.24%
G=20%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116342000.710.830.558.7570.5926.67
Hex74221404753379471b
Octal16442240107123671110733
Binary1110100100010101000100011110100111101111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742214; }

 p { color: rgb(116,34,20); }

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

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

 a { background-color: rgb(116,34,20); }

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

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

 span { border-color: rgb(116,34,20); }

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