#76150D

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

Shades of Falu Red #76150D

Tints of Falu Red #76150D

Color information

#76150D (or 0x76150D) is unknown color: approx Falu Red. HEX triplet: 76, 15 and 0D. RGB value is (118,21,13). Sum of RGB (Red+Green+Blue) = 118+21+13=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #76150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76150D is #89EAF2. Grayscale: #313131. Windows color (decimal): -9038579 or 857462. OLE color: 857462.

HSL color Cylindrical-coordinate representation of color #76150D: hue angle of 4.57º 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 #76150D is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB1182113-
CMYK00.820.890.54
HSL4.57º80.15%25.69%-
HSV(B)4.57º88.98%46.27%-
XYZ7.814.420.82-
YUV49.09107.64177.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 77.63%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 13 (5.47% from 255) = 8.55%
R=77.63%
G=13.82%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118211300.820.890.544.5780.1525.69
Hex7615D05259365501a
Octal1662515012213166512032
Binary1110110101011101010100101011001110110101101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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