#761405

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

Shades of Falu Red #761405

Tints of Falu Red #761405

Color information

#761405 (or 0x761405) is unknown color: approx Falu Red. HEX triplet: 76, 14 and 05. RGB value is (118,20,5). Sum of RGB (Red+Green+Blue) = 118+20+5=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #761405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761405 is #89EBFA. Grayscale: #2F2F2F. Windows color (decimal): -9038843 or 332918. OLE color: 332918.

HSL color Cylindrical-coordinate representation of color #761405: hue angle of 7.96º 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 #761405 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118205-
CMYK00.830.960.54
HSL7.96º91.87%24.12%-
HSV(B)7.96º95.76%46.27%-
XYZ7.754.360.58-
YUV47.59103.97178.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 82.52%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 5 (2.34% from 255) = 3.50%
R=82.52%
G=13.99%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11820500.830.960.547.9691.8724.12
Hex76145053603685c18
Octal1662450123140661013430
Binary1110110101001010101001111000001101101000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761405; }

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

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

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

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

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

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

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

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