#771510

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

Shades of Falu Red #771510

Tints of Falu Red #771510

Color information

#771510 (or 0x771510) is unknown color: approx Falu Red. HEX triplet: 77, 15 and 10. RGB value is (119,21,16). Sum of RGB (Red+Green+Blue) = 119+21+16=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #771510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771510 is #88EAEF. Grayscale: #313131. Windows color (decimal): -8973040 or 1054071. OLE color: 1054071.

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

Color convert

RGB1192116-
CMYK00.820.870.53
HSL2.91º76.3%26.47%-
HSV(B)2.91º86.55%46.67%-
XYZ7.974.50.94-
YUV49.73108.97177.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 76.28%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=76.28%
G=13.46%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119211600.820.870.532.9176.326.47
Hex771510052573534c1a
Octal1672520012212765311432
Binary1110111101011000001010010101011111010111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771510; }

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

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

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

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

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

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

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

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