#76190D

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

Shades of Falu Red #76190D

Tints of Falu Red #76190D

Color information

#76190D (or 0x76190D) is unknown color: approx Falu Red. HEX triplet: 76, 19 and 0D. RGB value is (118,25,13). Sum of RGB (Red+Green+Blue) = 118+25+13=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #76190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76190D is #89E6F2. Grayscale: #333333. Windows color (decimal): -9037555 or 858486. OLE color: 858486.

HSL color Cylindrical-coordinate representation of color #76190D: hue angle of 6.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76190D is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1182513-
CMYK00.790.890.54
HSL6.86º80.15%25.69%-
HSV(B)6.86º88.98%46.27%-
XYZ7.894.580.85-
YUV51.44106.31175.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 75.64%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=75.64%
G=16.03%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118251300.790.890.546.8680.1525.69
Hex7619D04F59367501a
Octal1663115011713166712032
Binary1110110110011101010011111011001110110111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76190D; }

 p { color: rgb(118,25,13); }

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

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

 a { background-color: rgb(118,25,13); }

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

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

 span { border-color: rgb(118,25,13); }

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