#761D13

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

Shades of Falu Red #761D13

Tints of Falu Red #761D13

Color information

#761D13 (or 0x761D13) is unknown color: approx Falu Red. HEX triplet: 76, 1D and 13. RGB value is (118,29,19). Sum of RGB (Red+Green+Blue) = 118+29+19=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 19 (7.81% from 255 or 11.45% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #761D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #761D13 is #89E2EC. Grayscale: #363636. Windows color (decimal): -9036525 or 1252726. OLE color: 1252726.

HSL color Cylindrical-coordinate representation of color #761D13: hue angle of 6.06º 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 #761D13 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB1182919-
CMYK00.750.840.54
HSL6.06º72.26%26.86%-
HSV(B)6.06º83.9%46.27%-
XYZ8.034.781.12-
YUV54.47107.99173.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 71.08%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 19 (7.81% from 255) = 11.45%
R=71.08%
G=17.47%
B=11.45%

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
Decimal118291900.750.840.546.0672.2626.86
Hex761D1304B54366481b
Octal1663523011312466611033
Binary11101101110110011010010111010100110110110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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