#761E13

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

Shades of Falu Red #761E13

Tints of Falu Red #761E13

Color information

#761E13 (or 0x761E13) is unknown color: approx Falu Red. HEX triplet: 76, 1E and 13. RGB value is (118,30,19). Sum of RGB (Red+Green+Blue) = 118+30+19=167 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.66% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 118 - color contains mainly: red. Hex color #761E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761E13 is #89E1EC. Grayscale: #373737. Windows color (decimal): -9036269 or 1252982. OLE color: 1252982.

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

Color convert

RGB1183019-
CMYK00.750.840.54
HSL6.67º72.26%26.86%-
HSV(B)6.67º83.9%46.27%-
XYZ8.054.831.12-
YUV55.06107.65172.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 70.66%
GREEN value IS 30 (12.11% from 255) = 17.96%
BLUE value IS 19 (7.81% from 255) = 11.38%
R=70.66%
G=17.96%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118301900.750.840.546.6772.2626.86
Hex761E1304B54367481b
Octal1663623011312466711033
Binary11101101111010011010010111010100110110111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761E13; }

 p { color: rgb(118,30,19); }

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

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

 a { background-color: rgb(118,30,19); }

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

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

 span { border-color: rgb(118,30,19); }

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