#761613

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

Shades of Falu Red #761613

Tints of Falu Red #761613

Color information

#761613 (or 0x761613) is unknown color: approx Falu Red. HEX triplet: 76, 16 and 13. RGB value is (118,22,19). Sum of RGB (Red+Green+Blue) = 118+22+19=159 (21% of max value = 765). Red value is 118 (46.48% from 255 or 74.21% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 19 (7.81% from 255 or 11.95% from 159); Max value from RGB is 118 - color contains mainly: red. Hex color #761613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761613 is #89E9EC. Grayscale: #323232. Windows color (decimal): -9038317 or 1250934. OLE color: 1250934.

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

Color convert

RGB1182219-
CMYK00.810.840.54
HSL1.82º72.26%26.86%-
HSV(B)1.82º83.9%46.27%-
XYZ7.884.471.06-
YUV50.36110.3176.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.21%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 19 (7.81% from 255) = 11.95%
R=74.21%
G=13.84%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118221900.810.840.541.8272.2626.86
Hex76161305154362481b
Octal1662623012112466211033
Binary1110110101101001101010001101010011011010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761613; }

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

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

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

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

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

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

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

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