#751705

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

Shades of Falu Red #751705

Tints of Falu Red #751705

Color information

#751705 (or 0x751705) is unknown color: approx Falu Red. HEX triplet: 75, 17 and 05. RGB value is (117,23,5). Sum of RGB (Red+Green+Blue) = 117+23+5=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #751705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751705 is #8AE8FA. Grayscale: #313131. Windows color (decimal): -9103611 or 333685. OLE color: 333685.

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

Color convert

RGB117235-
CMYK00.800.960.54
HSL9.64º91.8%23.92%-
HSV(B)9.64º95.73%45.88%-
XYZ7.674.410.59-
YUV49.05103.14176.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 80.69%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 5 (2.34% from 255) = 3.45%
R=80.69%
G=15.86%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11723500.800.960.549.6491.823.92
Hex751750506036a5c18
Octal1652750120140661213430
Binary1110101101111010101000011000001101101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751705; }

 p { color: rgb(117,23,5); }

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

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

 a { background-color: rgb(117,23,5); }

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

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

 span { border-color: rgb(117,23,5); }

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