#771505

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

Shades of Falu Red #771505

Tints of Falu Red #771505

Color information

#771505 (or 0x771505) is unknown color: approx Falu Red. HEX triplet: 77, 15 and 05. RGB value is (119,21,5). Sum of RGB (Red+Green+Blue) = 119+21+5=145 (19% of max value = 765). Red value is 119 (46.88% from 255 or 82.07% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 119 - color contains mainly: red. Hex color #771505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771505 is #88EAFA. Grayscale: #303030. Windows color (decimal): -8973051 or 333175. OLE color: 333175.

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

Color convert

RGB119215-
CMYK00.820.960.53
HSL8.42º91.94%24.31%-
HSV(B)8.42º95.8%46.67%-
XYZ7.94.470.59-
YUV48.48103.47178.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 82.07%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=82.07%
G=14.48%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11921500.820.960.538.4291.9424.31
Hex77155052603585c18
Octal1672550122140651013430
Binary1110111101011010101001011000001101011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771505; }

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

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

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

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

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

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

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

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