#741716

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

Shades of Falu Red #741716

Tints of Falu Red #741716

Color information

#741716 (or 0x741716) is unknown color: approx Falu Red. HEX triplet: 74, 17 and 16. RGB value is (116,23,22). Sum of RGB (Red+Green+Blue) = 116+23+22=161 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.05% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 116 - color contains mainly: red. Hex color #741716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741716 is #8BE8E9. Grayscale: #323232. Windows color (decimal): -9169130 or 1447796. OLE color: 1447796.

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

Color convert

RGB1162322-
CMYK00.800.810.55
HSL0.64º68.12%27.06%-
HSV(B)0.64º81.03%45.49%-
XYZ7.654.381.2-
YUV50.69111.81174.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 72.05%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=72.05%
G=14.29%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116232200.800.810.550.6468.1227.06
Hex74171605051371441b
Octal1642726012012167110433
Binary111010010111101100101000010100011101111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741716; }

 p { color: rgb(116,23,22); }

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

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

 a { background-color: rgb(116,23,22); }

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

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

 span { border-color: rgb(116,23,22); }

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