#742215

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

Shades of Falu Red #742215

Tints of Falu Red #742215

Color information

#742215 (or 0x742215) is unknown color: approx Falu Red. HEX triplet: 74, 22 and 15. RGB value is (116,34,21). Sum of RGB (Red+Green+Blue) = 116+34+21=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #742215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #742215 is #8BDDEA. Grayscale: #393939. Windows color (decimal): -9166315 or 1385076. OLE color: 1385076.

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

Color convert

RGB1163421-
CMYK00.710.820.55
HSL8.21º69.34%26.86%-
HSV(B)8.21º81.9%45.49%-
XYZ7.914.911.24-
YUV57.04107.67170.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 67.84%
GREEN value IS 34 (13.67% from 255) = 19.88%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=67.84%
G=19.88%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116342100.710.820.558.2169.3426.86
Hex74221504752378451b
Octal16442250107122671010533
Binary1110100100010101010100011110100101101111000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742215; }

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

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

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

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

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

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

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

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