#761510

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

Shades of Falu Red #761510

Tints of Falu Red #761510

Color information

#761510 (or 0x761510) is unknown color: approx Falu Red. HEX triplet: 76, 15 and 10. RGB value is (118,21,16). Sum of RGB (Red+Green+Blue) = 118+21+16=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #761510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761510 is #89EAEF. Grayscale: #313131. Windows color (decimal): -9038576 or 1054070. OLE color: 1054070.

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

Color convert

RGB1182116-
CMYK00.820.860.54
HSL2.94º76.12%26.27%-
HSV(B)2.94º86.44%46.27%-
XYZ7.834.430.93-
YUV49.43109.14176.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 76.13%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=76.13%
G=13.55%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118211600.820.860.542.9476.1226.27
Hex761510052563634c1a
Octal1662520012212666311432
Binary1110110101011000001010010101011011011011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761510; }

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

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

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

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

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

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

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

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