#762116

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

Shades of Falu Red #762116

Tints of Falu Red #762116

Color information

#762116 (or 0x762116) is unknown color: approx Falu Red. HEX triplet: 76, 21 and 16. RGB value is (118,33,22). Sum of RGB (Red+Green+Blue) = 118+33+22=173 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.21% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 118 - color contains mainly: red. Hex color #762116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762116 is #89DEE9. Grayscale: #393939. Windows color (decimal): -9035498 or 1450358. OLE color: 1450358.

HSL color Cylindrical-coordinate representation of color #762116: hue angle of 6.88º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762116 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1183322-
CMYK00.720.810.54
HSL6.88º68.57%27.45%-
HSV(B)6.88º81.36%46.27%-
XYZ8.1651.29-
YUV57.16108.16171.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 68.21%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=68.21%
G=19.08%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118332200.720.810.546.8868.5727.45
Hex76211604851367451b
Octal1664126011012166710533
Binary111011010000110110010010001010001110110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762116; }

 p { color: rgb(118,33,22); }

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

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

 a { background-color: rgb(118,33,22); }

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

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

 span { border-color: rgb(118,33,22); }

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