#761312

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

Shades of Falu Red #761312

Tints of Falu Red #761312

Color information

#761312 (or 0x761312) is unknown color: approx Falu Red. HEX triplet: 76, 13 and 12. RGB value is (118,19,18). Sum of RGB (Red+Green+Blue) = 118+19+18=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761312 is #89ECED. Grayscale: #303030. Windows color (decimal): -9039086 or 1184630. OLE color: 1184630.

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

Color convert

RGB1181918-
CMYK00.840.850.54
HSL0.6º73.53%26.67%-
HSV(B)0.6º84.75%46.27%-
XYZ7.814.361-
YUV48.49110.8177.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=76.13%
G=12.26%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118191800.840.850.540.673.5326.67
Hex761312054553614a1b
Octal1662322012412566111233
Binary111011010011100100101010010101011101101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761312; }

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

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

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

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

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

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

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

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