#761815

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

Shades of Falu Red #761815

Tints of Falu Red #761815

Color information

#761815 (or 0x761815) is unknown color: approx Falu Red. HEX triplet: 76, 18 and 15. RGB value is (118,24,21). Sum of RGB (Red+Green+Blue) = 118+24+21=163 (21% of max value = 765). Red value is 118 (46.48% from 255 or 72.39% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 118 - color contains mainly: red. Hex color #761815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761815 is #89E7EA. Grayscale: #333333. Windows color (decimal): -9037803 or 1382518. OLE color: 1382518.

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

Color convert

RGB1182421-
CMYK00.800.820.54
HSL1.86º69.78%27.25%-
HSV(B)1.86º82.2%46.27%-
XYZ7.934.561.17-
YUV51.76110.64175.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 72.39%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=72.39%
G=14.72%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118242100.800.820.541.8669.7827.25
Hex76181505052362461b
Octal1663025012012266210633
Binary1110110110001010101010000101001011011010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761815; }

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

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

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

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

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

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

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

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