#761505

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

Shades of Falu Red #761505

Tints of Falu Red #761505

Color information

#761505 (or 0x761505) is unknown color: approx Falu Red. HEX triplet: 76, 15 and 05. RGB value is (118,21,5). Sum of RGB (Red+Green+Blue) = 118+21+5=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #761505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761505 is #89EAFA. Grayscale: #303030. Windows color (decimal): -9038587 or 333174. OLE color: 333174.

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

Color convert

RGB118215-
CMYK00.820.960.54
HSL8.5º91.87%24.12%-
HSV(B)8.5º95.76%46.27%-
XYZ7.774.40.58-
YUV48.18103.64177.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 81.94%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=81.94%
G=14.58%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821500.820.960.548.591.8724.12
Hex76155052603685c18
Octal1662550122140661013430
Binary1110110101011010101001011000001101101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761505; }

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

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

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

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

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

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

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

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